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
I tried swapping out https.Agent with HttpsProxyAgent and passing the proxy URL and the same options to the constructor but I am getting an error that seems to indicate that it is not honoring the ca attribute.
The text was updated successfully, but these errors were encountered:
I have existing code that uses https.Agent doing the following and it is working when not on my company network:
I tried swapping out
https.Agent
withHttpsProxyAgent
and passing the proxy URL and the same options to the constructor but I am getting an error that seems to indicate that it is not honoring theca
attribute.The text was updated successfully, but these errors were encountered: