JDK-8062305 : Socket.connect() throws SocketException: Unknown proxy type : HTTP
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-10-28
  • Updated: 2015-02-24
  • Resolved: 2015-02-24
Related Reports
Duplicate :  
Description
system configuration 
==================== 
JRE 7u51 and above, windows 7, IE 

Submitter states that this is seen as a regression since 7u51. I haven't reproduced internally yet.

Simple javaws testcase in their environement which calls : 

System.out.println("Trying to connect to: " + lServer + ":" + lPort); 
InetSocketAddress lAddress = new InetSocketAddress(lServer, lPort); 
lSocket = new Socket(); 

lSocket.connect(lAddress, 500); 

and throws java.net.SocketException: Unknown proxy type : HTTP

Possible that this is related to JDK-7178362
Comments
JDK-7178362 will solve this issue.
24-02-2015