Hi All,
We are currently migrating to a proxy that requires a root ca. I've been able to configure the fn_utilities app to successfully use this proxy by adding the cert file as a new file and then setting the following variables in the app.config file:
[fn_utilities]
http_proxy=http://proxyaddress:proxyport
https_proxy=http://proxyaddress:proxyport
verify=/etc/rescircuits/proxycacert.crt
However, we have a playbook that requires fn_utlities to connect to an on-site server, and therefore it should not go through the proxy. How can I set a no_proxy setting? From resilient-lib - IBM SOAR Python Documentation it doesn't seem like I can set it as a parameter in the app.config.
From what I've read, I think that if I set the proxy environmental variables on the AppHost, it should propagate to the apps. Is this true? What's the best way to set the variables?
------------------------------
Deon Joubert
------------------------------