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