earthenterprise icon indicating copy to clipboard operation
earthenterprise copied to clipboard

how to confirm https

Open AsdrtChen opened this issue 3 years ago • 3 comments

  • 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

AsdrtChen avatar May 04 '21 08:05 AsdrtChen

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

tst-lsavoie avatar May 05 '21 21:05 tst-lsavoie

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 ?

AsdrtChen avatar May 07 '21 03:05 AsdrtChen

Apologies for the slow reply. Does anything show up in /opt/google/gehttpd/logs/error_log?

tst-lsavoie avatar May 31 '21 15:05 tst-lsavoie