Skip to content

Commit 12a283e

Browse files
authored
remove references to ciphers in UPGRADING.md
1 parent 3b50252 commit 12a283e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

UPGRADING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ For `ssl_ca_cert` pass the file as the `ssl_ca_cert_file` option instead.
2020

2121
For more information please see https://lostisland.github.io/faraday/#/customization/ssl-options
2222

23-
### ssl_ciphers
24-
25-
Specifying SSL ciphers is no longer supported, as Faraday does not support this, and attempting to use this option will raise an error.
26-
27-
Resolution: remove code that attempts to set `ssl_ciphers`.
28-
2923
### digest_auth
3024

3125
Digest authentication is no longer natively supported. If you need to use it, consider [Faraday::DigestAuth](https://github.com/bhaberer/faraday-digestauth)

0 commit comments

Comments
 (0)