No_Proxy variable in OOD

Hi All,
At system level, there is $no_proxy defined containing a comma-separated list of domain extensions proxy should not be used for. What is the best in OOD, to specify proxies that should not be used?
The main issue we have is that it seems like the OOD host can’t properly connect to interactive jobs that are launched on the compute node.
image
image
Thanks!

You are referring to https://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html, correct?

In OnDemand, we currently control what hosts you can proxy to using the Apache configuration. See https://osc.github.io/ood-documentation/master/app-development/interactive/setup/enable-reverse-proxy.html. You set a host_regex regular expression for valid hosts. Seems like it would be ideal if we also supported out of the box NO_PROXY.