twitter disabled SSLv3 protocol support

on with Leave a reply

When I checking the twitter apps on my web page this morning. I was getting the error message.  But everything was working good for months, but now suddenly stopped. I was getting this message.

Whoa there!

There is no request token for this page. That’s the special key we need from applications asking to use your Twitter account. Please go back to the site or application that sent you here and try again; it was probably just a mistake.

twitter-error-message

I have no clue and started googling nothing found! Then I checked the one of latest tweet that’s clears the point. Twitter disabled SSLv3 protocol support on oct 5. So our old codes where stop working. here is the tweet.

How to fix?

I am using twitter oauth php library to connect with twitter. That library using the php curl. there we need to find the below line and comment it. Now everything should work to you.

curl_setopt($ch, CURLOPT_SSLVERSION,3);

Happy coding… !

Posted on by .

About Gowri

I am professional web developer with 8+ years experience. PHP, jQuery, WordPress, Angular and Ionic are my key skills in web development. I am working with strong enthusiastic team with spirit. We provide all web related solution like HTML/CSS development, Web graphic design and Logo.

Leave a Reply

Your email address will not be published. Required fields are marked *