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
mux_ruby-3.20.0 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.19.0 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.18.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.5.0 templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.17.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.4.1 templates/configuration_tls_faraday_partial.mustache
ruby-linstor-client-1.1.1 generator/template/configuration_tls_faraday_partial.mustache
mux_ruby-3.15.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.4.0 templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.14.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.3.0 templates/configuration_tls_faraday_partial.mustache
kuapir-0.1.4 openapi-generator-templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.13.0 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.12.0 gen/templates/configuration_tls_faraday_partial.mustache
kuapir-0.1.3 openapi-generator-templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.11.1 gen/templates/configuration_tls_faraday_partial.mustache
mux_ruby-3.11.0 gen/templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.2.0 templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.1.2 templates/configuration_tls_faraday_partial.mustache
dropbox-sign-1.1.1 templates/configuration_tls_faraday_partial.mustache