Support » Plugin: Rotating Tweets (Twitter widget and shortcode) » error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE

  • Resolved jumapili

    (@jumapili)


    We are running wordpress on a windows 2008 with iis7 when running your applications we get the following error.

    Error message received from Twitter: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed. Please check your API key, secret, token and secret token on the Twitter website.

    http://wordpress.org/extend/plugins/rotatingtweets/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Martin Tod

    (@mpntod)

    This is, in theory, a problem with your server set-up. But that doesn’t help when you install the Rotating Tweets plugin and expect it to work!

    I’m going to add an option to switch SSL checking off – at least until Twitter switch off unvalidated SSL connections.

    Plugin Author Martin Tod

    (@mpntod)

    In the short term, try changing:

    public $ssl_verifypeer = TRUE;

    to

    public $ssl_verifypeer = FALSE;

    in /lib/wp_twitteroauth.php and, if that doesn’t work, try changing:

    public $host = "https://api.twitter.com/1.1/";

    to

    public $host = "http://api.twitter.com/1.1/";

    Thread Starter jumapili

    (@jumapili)

    Thank you for your prompt response… The first option worked great… Is there a way to display 2 tweets at a time instead of just 1?

    Plugin Author Martin Tod

    (@mpntod)

    The latest development version of Rotating Tweets should enable you to switch this off (on the options page) without needing to rewrite the code! Please let me know if it works.

    Unfortunately there is currently no way to show 2 tweets at a time instead of just 1.

    Thread Starter jumapili

    (@jumapili)

    This worked great. I want to let you know I blogged about your support quality on the site I am developing I wanted to use the plugin on.

    Plugin Author Martin Tod

    (@mpntod)

    That’s very kind. Thank you.

    And glad the plug-in worked! 🙂

    I have to display number of tweet at time ,in this plugin it is possible if so how?..

    hello sir martin I have to display No. of tweet at time it is possible?..

    Plugin Author Martin Tod

    (@mpntod)

    Sure. If you want them to be ‘rotating’, then you need to install the development version of the plug-in, choose ‘version 2’ of the script on the settings page, use a short-code like:

    [rotatingtweets screen_name='mpntod' tweet_count='5' rotation_type='carousel']

    If you are happy not to have them rotate, you can go with a short-code like:

    [rotatingtweets screen_name='mpntod' tweet_count='4' no_rotate='1']

    Martin

    Thank you very very much sir ,but can have set other options like widget re-tweet and etc…..

    Hi

    can u plz let me know how can i increase my slider rotate

    ex:
    your current plugin rotating 1 but i change in plugin rotating 1 to 3

    thanks
    Mayur

    Plugin Author Martin Tod

    (@mpntod)

    Sure. You can have as many variables as you want.

    [rotatingtweets screen_name='mpntod' tweet_count='5' rotation_type='carousel' include_rts = '1' exclude_replies = '1']

    Which version of the script have you chosen on the settings page, version 1 or version 2?

    Thanks for replay sir , i have used version 2 and use after carousel type it’s only rotate 1 tweet feed it has to possible more rotate..

    Plugin Author Martin Tod

    (@mpntod)

    It should be showing 3 tweets and rotating only one at a time. If it’s not doing that, please send me a link and I’ll take a look at the problem.

    In theory, it would be possible to do some programming to rotate several at a time – although it is not currently possible.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE’ is closed to new replies.