You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library you are using sets the "NO_PROXY" proxy by default, causing any default settings, including the http(s).proxyHost and proxyPort system properties, to be ignored. I was able to fix by adding the following statement to the ACMECommand constructor:
This should also work for environments that do not need proxies, if I understand the Java documentation correctly (the select returns always at least one entry). But I haven't tested it.
The text was updated successfully, but these errors were encountered:
The library you are using sets the "NO_PROXY" proxy by default, causing any default settings, including the http(s).proxyHost and proxyPort system properties, to be ignored. I was able to fix by adding the following statement to the ACMECommand constructor:
This should also work for environments that do not need proxies, if I understand the Java documentation correctly (the select returns always at least one entry). But I haven't tested it.
The text was updated successfully, but these errors were encountered: