Issue Details (XML | Word | Printable)

Key: WAGON-125
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Joakim Erdfelt
Reporter: Thomas Recloux
Votes: 7
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
Maven Wagon

The https protocol is implemented by the LightweightHttpWagon component which does not support https proxy

Created: 31/Jan/06 04:12 AM   Updated: 14/May/08 02:01 AM   Resolved: 11/Dec/06 07:01 AM
Return to search
Component/s: wagon-http-lightweight
Affects Version/s: None
Fix Version/s: 1.0-beta-2

Time Tracking:
Not Specified

File Attachments: 1. File WAGONHTTP-6-patch (3 kB)

Environment:
windows xp sp1|2
maven 2.0.2
jdk 1.4.2
Issue Links:
dependent
 


 Description  « Hide

I need to access an https repository behind a proxy.

I got this error : "java.net.ConnectException: Connection timed out: connect" which makes me think that the request is send directly to the remote server and not to the proxy.

These docs :
http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/samples/README.txt
http://java.sun.com/j2se/1.5.0/docs/guide/net/proxies.html
describe the "https.proxyHost" and "https.proxyPort" properties.

I tried them on the 1.4.2 Jdk and it works.

Do you want me to post a patch ?

Thanks, Thomas



Emmanuel Venisse added a comment - 31/Jan/06 04:58 AM

yes please.


Thomas Recloux added a comment - 31/Jan/06 09:39 AM

patch


Matthias Weßendorf added a comment - 08/Aug/06 07:46 PM

Is there any issue with this patch ?


Joakim Erdfelt added a comment - 11/Dec/06 07:01 AM

This patch has been applied in revision 485094.
Thank you.