# HG changeset patch # User paulb # Date 1172692145 0 # Node ID 559e181948da415f793c98e4d87c1a82b45932f3 # Parent f992d6bff579c23985855f2ff3c62eb07de050d1 [project @ 2007-02-28 19:49:05 by paulb] Added notes about secure servers. diff -r f992d6bff579 -r 559e181948da docs/BaseHTTPRequestHandler/NOTES.txt --- a/docs/BaseHTTPRequestHandler/NOTES.txt Wed Feb 28 19:48:50 2007 +0000 +++ b/docs/BaseHTTPRequestHandler/NOTES.txt Wed Feb 28 19:49:05 2007 +0000 @@ -5,3 +5,12 @@ The WebStack package must reside on the PYTHONPATH, along with the package containing the application itself. + +Secure Server +------------- + +The server can be made secure (ie. to serve https URLs over SSL) by using the +secure_deploy function and by providing key and certificate filenames. See +this related article for more information: + +http://mail.python.org/pipermail/python-list/2006-September/402640.html