I have 2 web servers in Azure (prod and test).
I have created (temporarily) a self signed certificate (using IIS) on both.
One certificate works fine, but the other is causing downloads to fail because of "certificate errors".
One server is for prod.mysite.com, the other is for test.mysite.com.
Is there something about these certificates that will be preventing me from using two servers for the same domain (although different subdomain) that I don't know about.
I just can't work out why one works and the other doesn't.
The certificates look the same (except the server name).
Thanks