Proxy Exception after setting http_proxy_uri

Is there a way to set a proxy exception list within graylog after setting the http_proxy_uri option? It is better to use try and use the operating system’s proxy options?

No, that’s currently not possible.

You could try using the JVM proxy settings, which also feature an exclusion list via the http.nonProxyHosts system property:
https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html

Thanks. I will give that a try.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.