0

I have installed Let's Encrypt SSL Certificate on a windows-server-2012-r2 machine running iis-8.5. It is an ASP.NET 4.5 website running on an Azure VM.

The installation was successful and I can see the https binding for the website.

However the website is accessible on http, but not https. I have recycled the AppPool but in vain. I have also added an inbound rule in Azure portal for port 443.

What could be the reason? Any help is appreciated.

CuriousDev
  • 111
  • 3
  • Generate a report first, and then you can see what might be the issue https://www.jexusmanager.com/tutorials/ssl-diagnostics.html – Lex Li Aug 11 '18 at 16:33

1 Answers1

0

Having the certificate doesn't automatically switch to https, it merely enables https. SO first you should verify that https indeed works. If you want to enforce https, setup a redirection from http to https.

RalfFriedl
  • 3,108
  • 4
  • 13
  • 17