I have my website https://www.MyWebSite.com
running on port 433. But I also have a admin login that only are available from the office local network http://MyServer:9999/Login.aspx
. Both addresses points to the same site but different bindings.
Is it possible to get the one on port 9999 to use https? I tried creating a self signed certificate in IIS but my browser still complained, even though I exported the certificate and stored it in my CA Trusted root.
So just to sum everything:
My regular site:
https://MyWebSite.com
<-- working fineMy admin login, only accessible via local network:
http://MyServer:9999/Login.aspx
works fine.
When adding a selfsigned certificate issued to "MyServer" (not MyWebSite) and add the new binding on port 9999 I though to the website but Chrome is giving me a warning NET::ERR_CERT_COMMON_NAME_INVALID
, even though the cert is Issued To MyServer
and are trusted