Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4, 2.1.0-M1
-
None
-
WIN2K JDK 1.5.0_06
proxy:81 for both http and https
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?