\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: