Sha256: 28d3d8ba180f9e950bf602cf2cabf98a11d927d68125d074ad94f98c3893ba9f

Contents?: true

Size: 1.2 KB

Versions: 56

Compression:

Stored size: 1.2 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 :verify_ssl

    ### TLS/SSL setting
    # Set this to false to skip verifying SSL host name
    # 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 :verify_ssl_host

    ### TLS/SSL setting
    # Set this to customize the certificate file to verify the peer.
    #
    # @return [String] the path to the certificate file
    #
    # @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
    # https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
    attr_accessor :ssl_ca_cert

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

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

Version data entries

56 entries across 56 versions & 6 rubygems

Version Path
mux_ruby-3.20.0 gen/templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.19.0 gen/templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.18.0 gen/templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.5.0 templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.17.0 gen/templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.4.1 templates/configuration_tls_typhoeus_partial.mustache
ruby-linstor-client-1.1.1 generator/template/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.15.0 gen/templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.4.0 templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.14.0 gen/templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.3.0 templates/configuration_tls_typhoeus_partial.mustache
kuapir-0.1.4 openapi-generator-templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.13.0 gen/templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.12.0 gen/templates/configuration_tls_typhoeus_partial.mustache
kuapir-0.1.3 openapi-generator-templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.11.1 gen/templates/configuration_tls_typhoeus_partial.mustache
mux_ruby-3.11.0 gen/templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.2.0 templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.1.2 templates/configuration_tls_typhoeus_partial.mustache
dropbox-sign-1.1.1 templates/configuration_tls_typhoeus_partial.mustache