Using Java, Need to establish an https connection via proxy.

Posted by Zombies on Stack Overflow See other posts from Stack Overflow or by Zombies
Published on 2010-05-07T18:48:00Z Indexed on 2010/05/07 18:58 UTC
Read the original article Hit count: 101

Filed under:
|
|

I need to establish and send/read over/from an https connection (to a website of course) but through an http proxy or SOCKS proxy. A few other requirements

  • supports blocking (I can't use non-blocking/nio)
  • isn't set as an environment or some other global scope property (there are multiple threads accessing)

I was looking into HttpCore components but I did not see any support for blocking https.

© Stack Overflow or respective owner

Related posts about java

Related posts about https