mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Corrected wrap_socket() reference in docs/ref/settings.txt.
This commit is contained in:
parent
4e790271e3
commit
f9cdecfb0d
@ -1511,8 +1511,8 @@ SSL connection.
|
|||||||
Note that setting :setting:`EMAIL_SSL_CERTFILE` and :setting:`EMAIL_SSL_KEYFILE`
|
Note that setting :setting:`EMAIL_SSL_CERTFILE` and :setting:`EMAIL_SSL_KEYFILE`
|
||||||
doesn't result in any certificate checking. They're passed to the underlying SSL
|
doesn't result in any certificate checking. They're passed to the underlying SSL
|
||||||
connection. Please refer to the documentation of Python's
|
connection. Please refer to the documentation of Python's
|
||||||
:func:`python:ssl.wrap_socket` function for details on how the certificate chain
|
:meth:`python:ssl.SSLContext.wrap_socket` function for details on how the
|
||||||
file and private key file are handled.
|
certificate chain file and private key file are handled.
|
||||||
|
|
||||||
.. setting:: EMAIL_TIMEOUT
|
.. setting:: EMAIL_TIMEOUT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user