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
It is not possible the set the proxy configuration in the UI or with the API on the first start. The server is not getting ready and connections are answered with connection refused.
Workaround is to set iq_server.javaOpts to "-Dhttps.proxyHost=my-proxy-server -Dhttps.proxyPort=3128 -Dhttps.nonProxyHosts=\"localhost|127.0.0.1\"". Configure the proxy afterwards with the API and then remove the attribute iq_server.javaOpts.
The text was updated successfully, but these errors were encountered:
It is not possible the set the proxy configuration in the UI or with the API on the first start. The server is not getting ready and connections are answered with connection refused.
Workaround is to set
iq_server.javaOpts
to"-Dhttps.proxyHost=my-proxy-server -Dhttps.proxyPort=3128 -Dhttps.nonProxyHosts=\"localhost|127.0.0.1\""
. Configure the proxy afterwards with the API and then remove the attributeiq_server.javaOpts
.The text was updated successfully, but these errors were encountered: