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
var server = new WebSocketServer("wss://127.0.0.1:9393");
server.Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("mycert.pfx", "pwd");
The text was updated successfully, but these errors were encountered:
please help me to solve this error.
my code sample in server is
var server = new WebSocketServer("wss://127.0.0.1:9393");
server.Certificate = new System.Security.Cryptography.X509Certificates.X509Certificate2("mycert.pfx", "pwd");
The text was updated successfully, but these errors were encountered: