Hi Friends,
I have pointed two domains (emergart.com, folyoz.com) on same server (13.84.41.203) hosted on Azure. HTTP for both sites are working.
SSL is working for emergart.com, but not for folyoz.com. I have configured vHosts for both.
For folyoz.com, I get this error from chrome:
This server could not prove that it is folyoz.com ; its security certificate is from emergart.com . This may be caused by a misconfiguration or an attacker intercepting your connection.
For folyoz.com, I get this error from curl:
curl: (51) SSL: no alternative certificate subject name matches target host name ‘folyoz.com’
For folyoz.com, I get this error from ssllabs analyzer tool:
Certificate name mismatch
I read a bit about SNI but I am not quite sure how to configure it. Can you please help me out?