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
Due to an unresolved issue with Axios not supporting HTTPS requests proxied over a HTTP proxy URL defined by HTTPS_PROXY (axios/axios#4531), the Configuration.getAccessToken(url) method results in a 400 Bad Request response when the HTTPS_PROXY environment variable is set.
I recommend using proxy-agent as suggested with axios/axios#4531 (comment) to resolve this until Axios's custom proxy handling code is fixed.
The text was updated successfully, but these errors were encountered:
johnhatch14
changed the title
Unable to get access token when HTTPS_PROXY is configured due to longstanding Axios bug.
Unable to get access token when HTTPS_PROXY is configured due to longstanding Axios bug
Nov 15, 2023
Due to an unresolved issue with Axios not supporting HTTPS requests proxied over a HTTP proxy URL defined by
HTTPS_PROXY
(axios/axios#4531), theConfiguration.getAccessToken(url)
method results in a400 Bad Request
response when theHTTPS_PROXY
environment variable is set.I recommend using
proxy-agent
as suggested with axios/axios#4531 (comment) to resolve this until Axios's custom proxy handling code is fixed.The text was updated successfully, but these errors were encountered: