From a93b36c953c8c7a9f2c47351fb7efbb4d623e1b4 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 13 Nov 2008 16:07:02 +0000 Subject: [PATCH] Clarify SSL svn: r12427 --- collects/web-server/scribblings/running.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/running.scrbl b/collects/web-server/scribblings/running.scrbl index d86c77fcb1..9595ceebae 100644 --- a/collects/web-server/scribblings/running.scrbl +++ b/collects/web-server/scribblings/running.scrbl @@ -66,7 +66,8 @@ default configuration shipped with the server is used. The optional port and ip-address arguments override the corresponding portions of the @scheme[configuration-table]. If the SSL option is provided, then the server uses HTTPS with @filepath{server-cert.pem} and @filepath{private-key.pem} -in the current directory, with 443 as the default port. +in the current directory, with 443 as the default port. (See the @schememodname[openssl] +module for details on the SSL implementation.) The @scheme[configuration-table] is given to @scheme[configuration-table->web-config@] and used to construct a