From f504d5f926a93a3814befac07c962d17b37b5496 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Aug 2016 15:15:35 +0900 Subject: [PATCH] [Modify] Edit it --- Example/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Example/Program.cs b/Example/Program.cs index 349aa3c9..d414bb1e 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -73,7 +73,8 @@ namespace Example // To enable the Per-message Compression extension. //ws.Compression = CompressionMethod.Deflate; - /* To validate the server certificate. + // To validate the server certificate. + /* ws.SslConfiguration.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { ws.Log.Debug (