|
|
|
@ -746,12 +746,12 @@ namespace WebSocketSharp.Server
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
|
|
|
|
|
|
|
|
if (configuration == null) {
|
|
|
|
if (configuration == null) {
|
|
|
|
message = "There is no configuration.";
|
|
|
|
message = "There is no configuration for secure connections.";
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (configuration.ServerCertificate == null) {
|
|
|
|
if (configuration.ServerCertificate == null) {
|
|
|
|
message = "The configuration has no server certificate.";
|
|
|
|
message = "There is no server certificate.";
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|