I have my website running at http://localhost/index.html#/ but I want this to run in https://localhost/index.html#/. I have certificate installed at IIS level(under server certificate). When I go to SSL cerificate for under default web site
How do access website in https rather from http?
Please note: I have added certificate at the IIS level as shown in picture below.
You need to add a site binding for https
http
and port 80
but no row for https
https
for "Type." The "Port" field should default to 443
iisreset