All Questions
1 question
1
vote
1
answer
566
views
Can the core Java HttpClient proxy through a TLS Proxy?
I am trying to setup a HttpClient to proxy requests through a HTTPS authenticated proxy.
It seems the Java HttpClient can only proxy over http and therefore the proxy credentials are sent in plaintext ...