-
With PSFalcon 1.4.x, we have been successfully requesting $Falcon token with -Proxy parameter:
With PSFalcon 2.0.0, Request-FalconToken does not take -Proxy parameter and it silently fails to create $Falcon token:
Any way to make PSFalcon 2.0 work under Proxy environment, please? Also, when you are putting -Proxy option back in, please consider adding -ProxyCred option to explicitly provide proxy credential as part of the command line. Thanks, Young- |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi ypae, Thanks for the issue! I think we spoke via email, as well. There is no proxy handling in PSFalcon v2.0.0, because I never had any users using it in v1.4.2 so I didn't have any real-world testing. I recommend adding the proxy settings to your user profile and having PowerShell handle the proxy settings directly. Once you do that, then PSFalcon should work: Using PowerShell behind a Proxy If that doesn't solve your problem, please let me know and I can review re-adding proxy support. |
Beta Was this translation helpful? Give feedback.
Hi ypae,
Thanks for the issue! I think we spoke via email, as well.
There is no proxy handling in PSFalcon v2.0.0, because I never had any users using it in v1.4.2 so I didn't have any real-world testing.
I recommend adding the proxy settings to your user profile and having PowerShell handle the proxy settings directly. Once you do that, then PSFalcon should work: Using PowerShell behind a Proxy
If that doesn't solve your problem, please let me know and I can review re-adding proxy support.