jeremycollake / x-wrt

Automatically exported from code.google.com/p/x-wrt
3 stars 0 forks source link

Default URL after restart is not HTTPS #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enable SSL (system/setting), click Reconnect (System/Restart) and wait to
refresh. Default router URL is in plain HTTP not HTTPS.

WL-500gP / r4035 

03/17/08 10:33:05 changed by lubek  ¶

The required CGI variables are not set or completely missing in the
busybox's httpd environment, see
http://wiki.x-wrt.org/index.php/Programmer%27s_Guide_to_the_Webif#CGI_Environmen
t_Variables.

The page uses only the SERVER_PORT variable currently.

The SSL option is provided by the tunnel. The httpd does not know about it
at all.

Also it is not possible to return to a different IP address (if you are
connected from the WAN for example).

Original issue reported on code.google.com by kemen04@gmail.com on 9 Jul 2008 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by kemen04@gmail.com on 8 Aug 2008 at 4:43