Method: TCAClient::Configuration#verify_ssl

Defined in:
lib/tca_client/configuration.rb

#verify_ssltrue, false

Note:

Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.

TLS/SSL setting Set this to false to skip verifying SSL certificate when calling API from https server. Default to true.

Returns:

  • (true, false)


88
89
90
# File 'lib/tca_client/configuration.rb', line 88

def verify_ssl
  @verify_ssl
end