0

enter image description here

enter image description here

Google chrome update their security. how to enable HTTPS:// in xampp?

kim de castro
  • 299
  • 6
  • 19

1 Answers1

0

1) There is the config file xampp/apache/conf/extra/httpd-ssl.conf which contains all the ssl specific configuration. The files starts with <IfModule ssl_module>, so it only has an effect if the apache has been started with its mod_ssl module. Open the file xampp/apache/conf/httpd.conf in an editor and search for the line

#LoadModule ssl_module modules/mod_ssl.so

remove the hashmark, save the file and re-start the apache.

2) Also if you your document root is not properly configured than it might give you permission denied error. check for DOC ROOT

Check the highlighted text

Check the highlighted text

I found this here. Refer to this for any help.

Community
  • 1
  • 1