Method: KlaviyoAPI::Configuration#ssl_ca_cert

Defined in:
lib/klaviyo-api-sdk/configuration.rb

#ssl_ca_certString

TLS/SSL setting Set this to customize the certificate file to verify the peer.

github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145

Returns:

  • (String)

    the path to the certificate file

See Also:

  • `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:


118
119
120
# File 'lib/klaviyo-api-sdk/configuration.rb', line 118

def ssl_ca_cert
  @ssl_ca_cert
end