SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A

前端 未结 3 1428
青春惊慌失措
青春惊慌失措 2021-01-02 04:28

I have a ruby client that connects to an exchange server using IMAP & SSL. I use the Ruby Net::IMAP library (which uses openssl under the covers) to connect. Its been wo

3条回答
  •  被撕碎了的回忆
    2021-01-02 05:25

    I received this error trying to connect to dynamoDB with rails 3 using the default setup. Solution was to add

    config.port = 443
    

    to the

    dynamo_db.rb

    initializer

    As of this writing this fix is in an unmerged branch of the gem.

提交回复
热议问题