[Modify] Polish it
This commit is contained in:
parent
bfeac38f0c
commit
8c8f32d208
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user