Page 1 of 1
Lighttpd SSL Passthrough
Posted: March 5th, 2009, 12:21 pm
by BrandonG777
Ok, I know this is a bit stretching it but I'm trying to encrpypt all traffic to my home server. So I used lighttpd to serve up sabnzbd, it almost works perfectly except for the configuration menu items. When I click on one it tries to switch back to unencrypted port 80 which I do not have so it stalls. I can easily add the "s" to http and it works fine. Perhaps change the way the menu items are referenced?
Re: Lighttpd SSL Passthrough
Posted: March 5th, 2009, 1:44 pm
by switch
It's a bug in cherrypy2, search "stunnel" on this forum. Try setting it up differently, as a proxy if you can.
Re: Lighttpd SSL Passthrough
Posted: March 5th, 2009, 2:33 pm
by BrandonG777
switch wrote:
It's a bug in cherrypy2, search "stunnel" on this forum. Try setting it up differently, as a proxy if you can.
It is setup as a proxy, not really sure how to do it otherwise.
Re: Lighttpd SSL Passthrough
Posted: March 5th, 2009, 2:52 pm
by shypike
Wait a short while until 0.5.0 Alpha1 is released, it contains full https support.
Re: Lighttpd SSL Passthrough
Posted: March 5th, 2009, 3:44 pm
by BrandonG777
Sweet. You guys are awesome.