Method: AmzSpApi::VendorDirectFulfillmentPaymentsApiModel::Configuration#verify_ssl_host

Defined in:
lib/vendor-direct-fulfillment-payments-api-model/configuration.rb

#verify_ssl_hosttrue, 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 host name Default to true.

Returns:

  • (true, false)


97
98
99
# File 'lib/vendor-direct-fulfillment-payments-api-model/configuration.rb', line 97

def verify_ssl_host
  @verify_ssl_host
end