-
Recent Posts
Recent Comments
- Ving1983 on Eclipse workspace fails to start after crash – quick fix
- Guest on Turning off win xp master volume beep sound
- Jhonnatan Chaves on Using Glassfish Eclipse Bundle for JavaDB, JPA and JSP
- David Jorge on Eclipse workspace fails to start after crash – quick fix
- Richard on Eclipse workspace fails to start after crash – quick fix
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 [...]


