We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f99d1 commit fffc327Copy full SHA for fffc327
websocket-sharp/Server/WebSocketServer.cs
@@ -766,7 +766,7 @@ private static bool checkSslConfiguration (
766
message = null;
767
768
if (configuration.ServerCertificate == null) {
769
- message = "There is no server certificate for secure connections.";
+ message = "There is no server certificate for secure connection.";
770
return false;
771
}
772
0 commit comments