Monthly Archives: February 2011

Fighting with the SSL “unexpected_message” while using HTTP proxy and your own socket tunnel

Whenever you write an application that should support http proxies with your own custom SSLSocketFactory, you MIGHT run into a problem… Java JRE in itself supports proxies for HTTPS but it does NOT support SSL connections over proxy. For that you’ll need to create a separate proxy tunneling socket and layer it on top of [...]