I've encountered a strange problem. I'm using Savon to connect to Yodlee's API but when trying to initiate the client object I get:
HTTPI::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=unknown state
I've already tried stuff like ssl_verify_mode: :none etc. But nothing seems to work. Most of similiar bugs I saw on the Web had sth. like state=SSLv3 at the end of the error but mine is different. Does anyone has a single clue what is going on here? Thx for any suggestions.