lib/fastly/api/backend_api.rb in fastly-8.0.1 vs lib/fastly/api/backend_api.rb in fastly-8.1.0

- old
+ new

@@ -43,11 +43,11 @@ # @option opts [String] :share_key Value that when shared across backends will enable those backends to share the same health check. # @option opts [String] :shield Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). # @option opts [String] :ssl_ca_cert CA certificate attached to origin. # @option opts [String] :ssl_cert_hostname Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. # @option opts [Boolean] :ssl_check_cert Be strict on checking SSL certs. (default to true) - # @option opts [String] :ssl_ciphers 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. + # @option opts [String] :ssl_ciphers 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. # @option opts [String] :ssl_client_cert Client certificate attached to origin. # @option opts [String] :ssl_client_key Client key attached to origin. # @option opts [String] :ssl_hostname Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. # @option opts [String] :ssl_sni_hostname Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. # @option opts [Boolean] :use_ssl Whether or not to require TLS for connections to this backend. @@ -84,11 +84,11 @@ # @option opts [String] :share_key Value that when shared across backends will enable those backends to share the same health check. # @option opts [String] :shield Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). # @option opts [String] :ssl_ca_cert CA certificate attached to origin. # @option opts [String] :ssl_cert_hostname Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. # @option opts [Boolean] :ssl_check_cert Be strict on checking SSL certs. (default to true) - # @option opts [String] :ssl_ciphers 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. + # @option opts [String] :ssl_ciphers 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. # @option opts [String] :ssl_client_cert Client certificate attached to origin. # @option opts [String] :ssl_client_key Client key attached to origin. # @option opts [String] :ssl_hostname Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. # @option opts [String] :ssl_sni_hostname Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. # @option opts [Boolean] :use_ssl Whether or not to require TLS for connections to this backend. @@ -441,11 +441,11 @@ # @option opts [String] :share_key Value that when shared across backends will enable those backends to share the same health check. # @option opts [String] :shield Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). # @option opts [String] :ssl_ca_cert CA certificate attached to origin. # @option opts [String] :ssl_cert_hostname Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. # @option opts [Boolean] :ssl_check_cert Be strict on checking SSL certs. (default to true) - # @option opts [String] :ssl_ciphers 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. + # @option opts [String] :ssl_ciphers 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. # @option opts [String] :ssl_client_cert Client certificate attached to origin. # @option opts [String] :ssl_client_key Client key attached to origin. # @option opts [String] :ssl_hostname Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. # @option opts [String] :ssl_sni_hostname Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. # @option opts [Boolean] :use_ssl Whether or not to require TLS for connections to this backend. @@ -483,10 +483,10 @@ # @option opts [String] :share_key Value that when shared across backends will enable those backends to share the same health check. # @option opts [String] :shield Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). # @option opts [String] :ssl_ca_cert CA certificate attached to origin. # @option opts [String] :ssl_cert_hostname Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. # @option opts [Boolean] :ssl_check_cert Be strict on checking SSL certs. (default to true) - # @option opts [String] :ssl_ciphers 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. + # @option opts [String] :ssl_ciphers 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. # @option opts [String] :ssl_client_cert Client certificate attached to origin. # @option opts [String] :ssl_client_key Client key attached to origin. # @option opts [String] :ssl_hostname Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. # @option opts [String] :ssl_sni_hostname Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. # @option opts [Boolean] :use_ssl Whether or not to require TLS for connections to this backend.