Open neilberkman opened 4 years ago
Using the 0.10 version of the gem I get:
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error: tlsv1 alert protocol version)
when connecting to https://services.arcgis.com. This PR fixes the issue by updating from:
https://services.arcgis.com
http.ssl_version = :TLSv1
to:
http.ssl_version = :TLSv1_2
I get the same error. d1ffff489626b0f795db4f3d4833d2768f0624e0 fixes it for me.
Note that the released 0.1.0 gem is from a fork by @MatzFan.
Using the 0.10 version of the gem I get:
when connecting to
https://services.arcgis.com
. This PR fixes the issue by updating from:to: