Skip to content

Commit 43985b6

Browse files
authored
Correct https.proxyHost in README
1 parent 8cdbcfd commit 43985b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ client.setHttpClient(adyenHttpClientWithProxy);
240240
If your proxy requires authentication, set all the settings as system properties instead (don't mix with previous approach), for example:
241241

242242
~~~~ java
243-
System.setProperty("https.proxyHost", "129.1.0.1");
243+
System.setProperty("https.proxyHost", "129.0.0.1");
244244
System.setProperty("https.proxyPort", "3128");
245245
System.setProperty("https.proxyUser", "squid");
246246
System.setProperty("https.proxyPassword", "ward");

0 commit comments

Comments
 (0)