ERR_SSL_PROTOCOL_ERROR not able to see https localhost pages in chrome browser ERR_SSL_PROTOCOL_ERROR not able to see https localhost pages in chrome browser google-chrome google-chrome

ERR_SSL_PROTOCOL_ERROR not able to see https localhost pages in chrome browser


Try clearing your website data and cache from chrome. Old htaccess files can cause problems on localhost.


Instead of

localhost:8000

Write

http://localhost:8000/

Note: replace 8000 with your port number


If you're using Visual Studio

Then go to project properties => enable SSL as True and select the SSL URL with port numberShowed as per the properties