From: Brett Cannon Date: Tue, 20 May 2003 02:51:38 +0000 (+0000) Subject: Add docs for use of key_file and cert_file parameters. X-Git-Tag: v2.2.3c1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dbdfca3fcaa1f59041e7f5c257bba353bbab0b7;p=thirdparty%2FPython%2Fcpython.git Add docs for use of key_file and cert_file parameters. --- diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 156e74bfeaa2..810cf9cb7312 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -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: