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 appears the Splunk pump client isn't using HTTP proxy environment variables. I'm running Tyk Pump in a restricted environment that requires all outbound connections use the an HTTP proxy. Requests to the Splunk collector URL are timing out because they're attempting to connect directly instead of using the proxy. I confirmed HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables are all set.
@jonathanfoster came across this comment from issue #4102... checked the internal ticket associated with this and it appears this was pushed to pump v1.10.0
It appears the Splunk pump client isn't using HTTP proxy environment variables. I'm running Tyk Pump in a restricted environment that requires all outbound connections use the an HTTP proxy. Requests to the Splunk collector URL are timing out because they're attempting to connect directly instead of using the proxy. I confirmed HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables are all set.
I believe this could be caused by setting the HTTP default client transport here and not setting proxy to
http.ProxyFromEnvironment
.The text was updated successfully, but these errors were encountered: