Trouble connecting to Pode WSS server using -SelfSigned option #1121
Closed
mtimperley
started this conversation in
General
Replies: 1 comment
-
I got the above client script to work for WSS by adding the following code:
see https://stackoverflow.com/questions/11696944/powershell-v3-invoke-webrequest-https-error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I created a simple Pode WS server using the example code. This works great for a WS URL, but when I change that to WSS and use
-SelfSigned
option forAdd-PodeEndpoint
I get the following errors:Pode Server side:
Client side:
Sever Code is as follows:
My client is as follows:
I'm new to Pode and secure websockets in PowerShell, so I'm not sure if I'm missing something in my client script or in the Pode Server side? Any help or advice would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions