1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-14 15:48:38 +00:00

Merge pull request #4653 from scrapy/openssl-man-update

Update the OpenSSL cipher list format link
This commit is contained in:
Mikhail Korobov 2020-07-01 23:28:52 +05:00 committed by GitHub
commit 56a6d22352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,7 +469,7 @@ necessary to access certain HTTPS websites: for example, you may need to use
``'DEFAULT:!DH'`` for a website with weak DH parameters or enable a
specific cipher that is not included in ``DEFAULT`` if a website requires it.
.. _OpenSSL cipher list format: https://www.openssl.org/docs/manmaster/man1/ciphers.html#CIPHER-LIST-FORMAT
.. _OpenSSL cipher list format: https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html#CIPHER-LIST-FORMAT
.. setting:: DOWNLOADER_CLIENT_TLS_METHOD