
Hello all,
Our company is using AX 2012 R3 CU10 Demo in Microsoft Azure. About a month ago the Async Server stopped running. First we got this error:
When running the Async Client Configuration Tool for the Houston Store. When I look at the error log I noticed that there were errors with the Async service and something about trust.
With all the talk about certificates I noticed that some of the cerificates expired:
Is there anyway to renew these certificates so are demo cloud machine will work correctly?
Thanks in advance
*This post is locked for comments
I have the same question (0)Mr.Padawan,
Renewing the certificates is possible in AX.
I guess you have valid certificate for now. Make sure certificate is installed in IIS Server in which Async Server is running. If you go to details, you will get the thumbprint of certificate - which is required for updating in Async.
Open C:\Program Files (x86)\Microsoft Dynamics AX\60\CDX\Async Server\Package in your Async Server Machine and locate web.config file.
Open the config file in notepad and search for "thumb" and you will find lines like below:-
Replace the xxx part with your new thumbprint. Clear SSL cache and restart the Async Server.
You are ready to go ahead.