Fix for pull request #85, renamed DefaultSslConfiguration property to SslConfiguration property
This commit is contained in:
@@ -28,8 +28,8 @@ namespace Example3
|
||||
#endif
|
||||
/* To provide the secure connection.
|
||||
var cert = ConfigurationManager.AppSettings["ServerCertFile"];
|
||||
var password = ConfigurationManager.AppSettings["CertFilePassword"];
|
||||
httpsv.Certificate = new X509Certificate2 (cert, password);
|
||||
var passwd = ConfigurationManager.AppSettings["CertFilePassword"];
|
||||
httpsv.SslConfiguration.ServerCertificate = new X509Certificate2 (cert, passwd);
|
||||
*/
|
||||
|
||||
/* To provide the HTTP Authentication (Basic/Digest).
|
||||
|
Reference in New Issue
Block a user