Hi All,
We have created a standalone virtual machine - this machine is being used as a sync server for Microsoft Dynamics AX - POS machines connect directly to the server to process transactions - via a web service
This website has been configured a self signed certificate which gives us a computer name as the common name - in this instance it gives us the name of cld-ax-uat.gosportme.local (where gosportme.local is the name of the domain) - when we try to connect via this method externally we cannot connect to it.
We then reinstalled the service using cloudapp.net certificate which does not have a private key (this was already in the certificate lists in IIS - we didn't create it). The machines connecting to this web server are not on a domain and need to connect to it now via: https:// cld-ax-uat.cloudapp.net:8303/asyncserver (8303 has already been configured as an endpoint in Azure), after doing this we can now connect to it via a web browser
However, when we try to connect via the AX application we get a service activation error whereby the site is requesting a private key (or SSL certificate). We have attempted to purchase an SSL certificate but research has shown that you cannot purchase one for a cloudapp.net domain
As a result we are now stuck and basically need to create an SSL certificate that can connect to a server on cloudapp.net or find a way to access the server via our local gosportme.local domain
Help Please!