I have HTTP proxy enabled in my copy of Kannel:
http-proxy-host = localhost http-proxy-port = 9401
...and I've just discovered that it breaks SSL. I've tried to access the same secure site with HTTP proxy turned off, and it works fine. So I'm wondering if anyone else actually has SSL working through an HTTP proxy. I'm using Apache as my proxy. Thanks in advance.
I've now got a patch to add an 'http-proxy-port-exceptions' check in there so you can do something like...
http-proxy-port-exceptions = 443
...in your config file. I've tested it and it works fine. I'm just waiting for my previous patch (regarding the Content-Length of 0) to be applied so I can re-sync and do my 'cvs diff'.
Jon
