]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add docs for use of key_file and cert_file parameters.
authorBrett Cannon <bcannon@gmail.com>
Tue, 20 May 2003 02:51:38 +0000 (02:51 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 20 May 2003 02:51:38 +0000 (02:51 +0000)
Doc/lib/libhttplib.tex

index 156e74bfeaa2c5ea14584fff81c35cfd6c64a3df..810cf9cb7312548a088aad80bee61b8537deaf74 100644 (file)
@@ -41,9 +41,14 @@ the server at the same host and port:
 \end{verbatim}
 \end{classdesc}
 
-\begin{classdesc}{HTTPSConnection}{host\optional{, port}}
+\begin{classdesc}{HTTPSConnection}{host\optional{, port, key_file, cert_file}}
 A subclass of \class{HTTPConnection} that uses SSL for communication with
 secure servers.  Default port is \code{443}.
+\var{keyfile} is
+the name of a PEM formatted file that contains your private
+key. \var{certfile} is a PEM formatted certificate chain file.
+
+\warning{This does not do any certificate verification!}
 \end{classdesc}
 
 The following exceptions are raised as appropriate: