-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I am in the development of creating a client app to connect to web socket server in windows 7 environment both ws and wss, and I'd like to ignore the certificate check during development.
following code works, with System.Net.WebSockets.ClientWebSocket
System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
however when using System.Net.WebSockets.Manage.ClientWebSocket, its doesn't work and couldn't connect to websocket server.
Any extra configuration has to be done in this managed version?
bluejack2000, ZeBobo5, jason7755, DAshok7814 and jimmyl0l3c
Metadata
Metadata
Assignees
Labels
No labels