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
Is there currently no support to use the system proxy settings?
The error message says (in English) "the connection to the remote server cannot be esablished".
PS C:\Users\xxx> Set-PAServer LE_STAGE
Set-PAServer : Die Verbindung mit dem Remoteserver kann nicht hergestellt werden.
In Zeile:1 Zeichen:1
+ Set-PAServer LE_STAGE
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Set-PAServer], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Set-PAServer
In Wireshark I see, that the connection is tried to be made directly to the server instead of to the proxy.
We're using a proxy pac file but i tried also to fix the proxy manually.
Hi @coldflame-js. This was already brought up by another user in issue #396. Unfortunately, dealing with proxy services gracefully across different PowerShell versions is kind of a mess and additionally difficult for me to deal with as I have no proxy environments to test in. I'm going to close this issue but we can continue the discussion in the other one.
Dear Guys
Is there currently no support to use the system proxy settings?
The error message says (in English) "the connection to the remote server cannot be esablished".
In Wireshark I see, that the connection is tried to be made directly to the server instead of to the proxy.
We're using a proxy pac file but i tried also to fix the proxy manually.
Sincerely jonas
The text was updated successfully, but these errors were encountered: