Ruby on Rails Thursday, March 3, 2016

I'm getting this error I think because openssl maybe has the wrong path to certs Typing `openssl version -a` says openssldir is "/usr/lib/ssl" I dunno if that means this is the path that openssl expects to find certificates in or not If it is I need to append certs to the end of the path because that's where the certificates are, files with .pem extensions I ran `connection = Faraday::Connection.new 'https://encrypted.google.com', :ssl => { :ca_path => "/usr/lib/ssl/certs" }` but that returned an error saying that certs is a directory, so looks like I read something that wasn't right, it was actually here https://github.com/lostisland/faraday/wiki/Setting-up-SSL-certificates Let me know if you can help please ~ thanks

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, 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/dceb1f12-bb50-4eda-b309-ba74cfa927b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment