We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d87f80 commit 05f5f65Copy full SHA for 05f5f65
1 file changed
Doc/library/http.server.rst
@@ -65,6 +65,10 @@ handler. Code to create and run the server looks like this::
65
A *password* can be specified for files protected and wrapped with PKCS#8,
66
but beware that this could possibly expose hardcoded passwords in clear.
67
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
+
72
When specified, the *alpn_protocols* argument must be a sequence of strings
73
specifying the "Application-Layer Protocol Negotiation" (ALPN) protocols
74
supported by the server. ALPN allows the server and the client to negotiate
0 commit comments