[twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-20 Thread Haitham
Pardon me, I have the same problem, but I seem to be missing something about the solution. My application is in Ruby on Rails, with a gem called OmniAuth doing the OAuth work. It was working just fine before this change, automatically fetching my certificates from /etc/ssl/certs directory. What

Re: [twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-20 Thread John Adams
Make sure in /etc/ssl/certs that you have a copy of the Verisign root CA file, just like in the java example above. If you're loading all files from /etc/ssl/certs you should be able to just drop in the http://curl.haxx.se/ca/cacert.pem file and that should fix your issue. -j On Wed, Jul 20,

[twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-18 Thread pgarvie
John: Thanks much. This helps a lot. We very much appreciate you being able to get back to us with this info on such short notice. On Jul 18, 10:54 pm, John Adams j...@twitter.com wrote: On Mon, Jul 18, 2011 at 8:17 PM, pgarvie garvie.p...@gmail.com wrote: Has Twitter done something with

[twitter-dev] Re: Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Hagen
I tryed both methods -Dtwitter4j.http.useSSL=false and System.setProperty(twitter4j.http.useSSL,false);. but they doesn help for me what i do wrong?