earthenterprise
earthenterprise copied to clipboard
how to confirm https
- Server OS: ubuntu 14.04 lts
- Client OS: Windows 10]
- Browser: chrome
- Version : 5.1.3
i already add ssl conf in http-ssl / gehttpd.conf . and i can open vh in https , like https://domanin.org/map1
but the beginning website http://domain.org . how do i setup gehttpd.conf & http-ssl.conf ? Make the http://domain.org becomes https://domain.org ?
i have try to fix some conf option , but it not work . i think it is different with the normal apache conf .
Thanks
The main things are:
- Make sure your gehttpd.conf references your server.key and server.crt correctly
- Make sure gehttpd.conf includes httpd-ssl.conf (it's commented out by default)
- Make sure ServerName is set correctly in gehttpd.conf and httpd-ssl.conf
- Make sure your Listen setting uses the correct port
the 4 point already setup . when i use https://domain.org it will show "403 Condition Intercepted" cloud you help me to find the mistake ?
Apologies for the slow reply. Does anything show up in /opt/google/gehttpd/logs/error_log
?