Skip to content

Commit e7a42f7

Browse files
donbarbospicnixz
andauthored
Update http.server.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 05f5f65 commit e7a42f7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/library/http.server.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ handler. Code to create and run the server looks like this::
6565
A *password* can be specified for files protected and wrapped with PKCS#8,
6666
but beware that this could possibly expose hardcoded passwords in clear.
6767

68-
.. seealso:: You can learn more about how SSL works because the *certfile*,
69-
*keyfile* and *password* parameters are passed to the
70-
:meth:`ssl.SSLContext.load_cert_chain`.
68+
.. seealso::
69+
70+
See :meth:`ssl.SSLContext.load_cert_chain` for additional
71+
information on the accepted values for *certfile*, *keyfile*
72+
and *password*.
7173

7274
When specified, the *alpn_protocols* argument must be a sequence of strings
7375
specifying the "Application-Layer Protocol Negotiation" (ALPN) protocols

0 commit comments

Comments
 (0)