Ruby on Rails
Saturday, June 13, 2015
Agreed it will run, but it has obviously removed all the protection :)
Very interested that it works in a browser however
Sent from my iPhone
Sent from my iPhone
I updated the SSL certs as you suggested, I still get a failure.--There is a workaround: add these 2 lines to the top of your program:I_KNOW_THAT_OPENSSL_VERIFY_PEER_EQUALS_VERIFY_NONE_IS_WRONG = nil
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
The SSL library prints a warning, but it will run.
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-talk/ZcKve04PTlw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c4970638-6f94-4d36-b29a-0cad2f738b4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment