Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.4, 2.1.0-M1
-
Fix Version/s: 3.0-alpha-3
-
Component/s: General
-
Labels:None
-
Environment:WIN2K JDK 1.5.0_06
proxy:81 for both http and https
-
Complexity:Intermediate
-
Number of attachments :
Description
With the attached settings.xml
all https connects fail (doing mvn -U).
If i reverse the order (https first http second) all http connects fail.
Questions:
Does https tunneling over http proxies work at all with Maven2 (sending HTTP CONNECT <remote address> to the proxy is needed)?
Why is the Java system configuration (in Application Data\Sun\Java\Deployment\deployment.properties) not used to detect proxies?
Still seems broken in 2.0.9 ... is there a workaround?