Skip to content

Commit 05f5f65

Browse files
committed
Add seealso section
1 parent 5d87f80 commit 05f5f65

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/http.server.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ 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`.
71+
6872
When specified, the *alpn_protocols* argument must be a sequence of strings
6973
specifying the "Application-Layer Protocol Negotiation" (ALPN) protocols
7074
supported by the server. ALPN allows the server and the client to negotiate

0 commit comments

Comments
 (0)