lib/easypost.rb in easypost-3.0.0 vs lib/easypost.rb in easypost-3.0.1
- old
+ new
@@ -72,10 +72,10 @@
def self.http_config
@@http_config ||= {
timeout: 60,
open_timeout: 30,
- verify_ssl: false,
+ verify_ssl: OpenSSL::SSL::VERIFY_PEER,
ssl_version: :TLSv1_2,
}
end
def self.http_config=(http_config_params)