JDK-4327744 : No support of proxy authentication through tunneling
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 1.0.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2000-04-05
  • Updated: 2001-07-11
  • Resolved: 2001-07-11
Related Reports
Duplicate :  
Description
This is actually a more generic issue than with JSSE. java.net HttpURLConnection has the same problem.

Currently, there is no public API to set proxy authentication information if we are doing ssl tunneling through the proxy server. There is no API to set other request properties through tunneling.


Comments
WORK AROUND Modify one of the JSSE sample code called SSLSocketClientWithTunneling.java to add proxy authentication information to the request header.
02-09-2004

EVALUATION This may be a duplicate of 4323990. Jaya can confirm this. After consulting Yingxian, this bug turned out to be a duplicate of 4323990. Proxy authentication for tunneling has been provided in the fix to 4323990. A user can provide username and passwd information for proxy authentication while tunneling by implementing java.net.Authenticator as needed. There is no need for new APIs to provide username and passwd for proxy authentication during tunneling. jayalaxmi.hangal@Eng 2001-07-11
11-07-2001