laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 187 forks source link

TLS v1 issue #307

Closed jmacdonald01 closed 6 years ago

jmacdonald01 commented 6 years ago

Hi, When trying to use s3_website push I am getting an SSL error - almost certainly due to the recent discontinuation of TLS v1:

C:/Ruby193/lib/ruby/1.9.1/net/http.rb:800:in `connect': SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version (OpenSSL::SSL::SSLError)

Is there a fix in the works? I need to deploy new code.

jmacdonald01 commented 6 years ago

I'm sorry, for anyone who doesn't know this was my bad. I just had to update Ruby on my mac.