mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

SSL and NO SSL simultaneously #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reason:

Why because some uses adsl box which is either port 80 (school) or port 443 is 
open (hotel/motel wifi port 80 no recommanded ;))

Description:

I re-open this ticket, for an improvement  Issue 85: SSL frontend

is it possible to run two protocols simultaneously.

https://IP: 443 & http://IP:80 

in same time?

Thanks

Original issue reported on code.google.com by pirath...@gmail.com on 10 Dec 2010 at 11:09

GoogleCodeExporter commented 9 years ago
It's possible to start panel via SSL manually:
ruby /opt/ovz-web-panel/script/server_ssl webrick -e production -p 3001 -b 
0.0.0.0 -d

So panel will be available via SSL and non-SSL in the same time.

Original comment by sibprogrammer on 10 Dec 2010 at 3:38

GoogleCodeExporter commented 9 years ago
If both running at the same time, please do a redirect from http://80 to 
https://443as such an admin panel should actually https only

Original comment by fritz...@gmail.com on 3 Mar 2011 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 17 Apr 2011 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 29 Apr 2012 at 3:37