diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs
index 9920b8c0..c10b4dc1 100644
--- a/websocket-sharp/Net/ServerSslConfiguration.cs
+++ b/websocket-sharp/Net/ServerSslConfiguration.cs
@@ -58,6 +58,14 @@ namespace WebSocketSharp.Net
#region Public Constructors
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public ServerSslConfiguration ()
+ {
+ _enabledSslProtocols = SslProtocols.Default;
+ }
+
///
/// Initializes a new instance of the class
/// with the specified .