Google chrome update their security. how to enable HTTPS:// in xampp?
Asked
Active
Viewed 785 times
1 Answers
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
I found this here. Refer to this for any help.

Community
- 1
- 1
-
You are accessing localhost on Chrome. Did you try on other browsers? It gives you same error or not? – Dec 07 '15 at 05:35
-
yup sir still getting error "apache stopped working". – kim de castro Dec 07 '15 at 05:51
-
yup sir it was working without https:// I need https:// to run webcam.js on my localhost server. – kim de castro Dec 07 '15 at 06:30
-
Did you find any solution? – Dec 07 '15 at 11:29