diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs
index 69f8a61e..6b424367 100644
--- a/websocket-sharp/Server/HttpServer.cs
+++ b/websocket-sharp/Server/HttpServer.cs
@@ -563,12 +563,15 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the SSL configuration used to authenticate the server and
- /// optionally the client for secure connection.
+ /// Gets the configuration for secure connections.
///
+ ///
+ /// The configuration will be referenced when the server starts.
+ /// So you must configure it before calling the start method.
+ ///
///
- /// A that represents the configuration used to
- /// authenticate the server and optionally the client for secure connection.
+ /// A that represents
+ /// the configuration used to provide secure connections.
///
public ServerSslConfiguration SslConfiguration {
get {