You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,6 @@ For `ssl_ca_cert` pass the file as the `ssl_ca_cert_file` option instead.
20
20
21
21
For more information please see https://lostisland.github.io/faraday/#/customization/ssl-options
22
22
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
-
29
23
### digest_auth
30
24
31
25
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