Skip to content

Commit

Permalink
Correct https.proxyHost in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Oct 22, 2024
1 parent 8cdbcfd commit 43985b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ client.setHttpClient(adyenHttpClientWithProxy);
If your proxy requires authentication, set all the settings as system properties instead (don't mix with previous approach), for example:

~~~~ java
System.setProperty("https.proxyHost", "129.1.0.1");
System.setProperty("https.proxyHost", "129.0.0.1");
System.setProperty("https.proxyPort", "3128");
System.setProperty("https.proxyUser", "squid");
System.setProperty("https.proxyPassword", "ward");
Expand Down

0 comments on commit 43985b6

Please sign in to comment.