diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 30a4aa28..2aae18e1 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -582,13 +582,16 @@ namespace WebSocketSharp.Server
/// 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.
+ /// This configuration will be referenced when attempts to start,
+ /// so it must be configured before the start method is called.
///
///
/// A that represents
/// the configuration used to provide secure connections.
///
+ ///
+ /// This instance does not provide secure connections.
+ ///
public ServerSslConfiguration SslConfiguration {
get {
if (!_secure) {