RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ReLrO
Hi Everyone, I'm trying to work with https, I used this configuration (https://github.com/ryanb/private_pub#serving-faye-over-https-with-thin) and I declared the gem directly from github gem "private_pub", :git => "https://github.com/ryanb/private_pub.git".
I'm pretty sure that the certificates place correctly and I'm still getting this error while I'm trying to publish something: Exception OpenSSL::SSL::SSLError Error SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A
Thanks a lot
Hi Everyone,
I'm trying to work with https, I used this configuration (https://github.com/ryanb/private_pub#serving-faye-over-https-with-thin)
and I declared the gem directly from github gem "private_pub", :git => "https://github.com/ryanb/private_pub.git".
I'm pretty sure that the certificates place correctly and I'm still getting this error while I'm trying to publish something:
Exception
OpenSSL::SSL::SSLError
Error
SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A
Thanks a lot