-
hi all, getting a strange error when i try to use core.http. hoping someone can give me a hand :D id: 63d2a6f34cf77f054d73e67d if i do the same request with curl it works the url im trying to reach is internal, should use no proxy however a proxy is defined as env variable, but the host im trying to connect is on the no_proxy list. im running -> st2 run core.http url="https://myhost.x/api/x" method="GET" username=admin password=xxxx verify_ssl_cert=False even if i add https_proxy= i get the same error st2 --version |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
figured it out...cof cof the proxy was also configured under /etc/sysconfig/st2actionrunner , not just as global env variable. |
Beta Was this translation helpful? Give feedback.
figured it out...cof cof
the proxy was also configured under /etc/sysconfig/st2actionrunner , not just as global env variable.