[Modify] Polish it

This commit is contained in:
sta 2017-05-16 17:37:30 +09:00
parent bfeac38f0c
commit 8c8f32d208

View File

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