lib/fastly/models/backend.rb in fastly-8.0.1 vs lib/fastly/models/backend.rb in fastly-8.1.0
- old
+ new
@@ -83,10 +83,10 @@
attr_accessor :ssl_cert_hostname
# Be strict on checking SSL certs.
attr_accessor :ssl_check_cert
- # List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated.
+ # List of [OpenSSL ciphers](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated.
attr_accessor :ssl_ciphers
# Client certificate attached to origin.
attr_accessor :ssl_client_cert