Sha256: b68072ce7392678d625b98772d86c31f4e78358877b0352c83095a1de810abb4

Contents?: true

Size: 1.03 KB

Versions: 56

Compression:

Stored size: 1.03 KB

Contents

    ### TLS/SSL setting
    # Set this to false to skip verifying SSL certificate when calling API from https server.
    # Default to true.
    #
    # @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
    #
    # @return [true, false]
    attr_accessor :ssl_verify

    ### TLS/SSL setting
    # Any `OpenSSL::SSL::` constant (see https://ruby-doc.org/stdlib-2.5.1/libdoc/openssl/rdoc/OpenSSL/SSL.html)
    #
    # @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
    #
    attr_accessor :ssl_verify_mode

    ### TLS/SSL setting
    # Set this to customize the certificate file to verify the peer.
    #
    # @return [String] the path to the certificate file
    attr_accessor :ssl_ca_file

    ### TLS/SSL setting
    # Client certificate file (for client certificate)
    attr_accessor :ssl_client_cert

    ### TLS/SSL setting
    # Client private key file (for client certificate)
    attr_accessor :ssl_client_key

Version data entries

56 entries across 56 versions & 6 rubygems

Version Path
dropbox-sign-1.1.0 templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.9.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.0.1 templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.0.0 templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.8.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.0.0.pre.beta2301 templates/configuration_tls_faraday_partial.mustache
hellosign-ruby-sdk-6.0.0.pre.beta templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.7.0 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.6.0 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.5.2 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.5.1 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.5.0 gen/templates/configuration_tls_faraday_partial.mustache
ruby-linstor-client-1.1.0 generator/template/configuration_tls_faraday_partial.mustache
mux_ruby-3.4.0 gen/templates/configuration_tls_faraday_partial.mustache
datadog_api_client-1.7.0 .generator/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.3.1 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.3.0 gen/templates/configuration_tls_faraday_partial.mustache
datadog_api_client-1.6.0 .generator/templates/configuration_tls_faraday_partial.mustache
ruby-linstor-client-1.0.0 generator/template/configuration_tls_faraday_partial.mustache
kuapir-0.1.2 openapi-generator-templates/configuration_tls_faraday_partial.mustache