Closed jmacdonald01 closed 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:
s3_website push
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.
I'm sorry, for anyone who doesn't know this was my bad. I just had to update Ruby on my mac.
Hi, When trying to use
s3_website push
I am getting an SSL error - almost certainly due to the recent discontinuation of TLS v1:Is there a fix in the works? I need to deploy new code.