-
Recent Posts
Recent Comments
- Vinoth on Eclipse workspace fails to start after crash – quick fix
- Okohurgo on New Eclipse Word Wrap plugin adds keyboard shortcut
- David Hlouch on Turning off win xp master volume beep sound
- Silu on Using Glassfish Eclipse Bundle for JavaDB, JPA and JSP
- Beatrice223 on Turning off win xp master volume beep sound
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 [...]


