[Modify] Polish it
This commit is contained in:
parent
217912bb71
commit
c044fdc4d0
@ -101,7 +101,7 @@ namespace WebSocketSharp.Net
|
||||
if (cert == null)
|
||||
throw new ArgumentException ("No server certificate could be found.");
|
||||
|
||||
_secure = secure;
|
||||
_secure = true;
|
||||
_sslConfig =
|
||||
new ServerSslConfiguration (
|
||||
cert,
|
||||
|
Loading…
Reference in New Issue
Block a user