Skip to content

Commit 02a1060

Browse files
authored
Setting verification of SSL to false by default
1 parent e98f4f7 commit 02a1060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cybersource_rest_client/configuration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def initialize
135135
@api_key_prefix = {}
136136
@timeout = 0
137137
@client_side_validation = true
138-
@verify_ssl = true
139-
@verify_ssl_host = true
138+
@verify_ssl = false
139+
@verify_ssl_host = false
140140
@params_encoding = nil
141141
@cert_file = nil
142142
@key_file = nil

0 commit comments

Comments
 (0)