Lighttpd SSL Passthrough
-
BrandonG777
- Jr. Member

- Posts: 79
- Joined: February 9th, 2009, 5:21 pm
- Location: Tulsa, OK
Lighttpd SSL Passthrough
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
It's a bug in cherrypy2, search "stunnel" on this forum. Try setting it up differently, as a proxy if you can.
-
BrandonG777
- Jr. Member

- Posts: 79
- Joined: February 9th, 2009, 5:21 pm
- Location: Tulsa, OK
Re: Lighttpd SSL Passthrough
It is setup as a proxy, not really sure how to do it otherwise.switch wrote: 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
Wait a short while until 0.5.0 Alpha1 is released, it contains full https support.
-
BrandonG777
- Jr. Member

- Posts: 79
- Joined: February 9th, 2009, 5:21 pm
- Location: Tulsa, OK
Re: Lighttpd SSL Passthrough
Sweet. You guys are awesome.

