better proxy management to be able to execute tests behind a proxy#85
better proxy management to be able to execute tests behind a proxy#85lionnel wants to merge 1 commit intoebourg:masterfrom
Conversation
|
Thank you for the suggestion, but is this really necessary? The JVM automatically picks the |
|
Yes the JVM take account of proxy url (host and port). |
|
The username/password properties should be used automatically, at least with Java 8: https://stackoverflow.com/questions/1626549/authenticated-http-proxy-with-java Also if you work behind a proxy, you may want to try |
c6795d2 to
51bb816
Compare
ba14af0 to
71988ef
Compare
fe788dc to
41500fd
Compare
4e45861 to
f68f4da
Compare
Hi,
I'have isolated the initializeProxy to be able to set environment http.proxyUrl, http.proxyUser & http.proxyPassword to be able to pass local proxy.