Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ksg91

    (@ksg91)

    That is strange! This error should ideally never come. Where are you using this plugin? Your cURL extension is working, right?

    Thread Starter baucez

    (@baucez)

    I’m using it in WP 3.3.1

    and this is the output of var_dump(curl_version()):

    array(9) {
      ["version_number"]=>
      int(463623)
      ["age"]=>
      int(3)
      ["features"]=>
      int(1597)
      ["ssl_version_number"]=>
      int(0)
      ["version"]=>
      string(6) "7.19.7"
      ["host"]=>
      string(23) "x86_64-redhat-linux-gnu"
      ["ssl_version"]=>
      string(12) "NSS/3.13.1.0"
      ["libz_version"]=>
      string(5) "1.2.3"
      ["protocols"]=>
      array(12) {
        [0]=>
        string(4) "tftp"
        [1]=>
        string(3) "ftp"
        [2]=>
        string(6) "telnet"
        [3]=>
        string(4) "dict"
        [4]=>
        string(4) "ldap"
        [5]=>
        string(5) "ldaps"
        [6]=>
        string(4) "http"
        [7]=>
        string(4) "file"
        [8]=>
        string(5) "https"
        [9]=>
        string(4) "ftps"
        [10]=>
        string(3) "scp"
        [11]=>
        string(4) "sftp"
      }
    }

    Plugin Author ksg91

    (@ksg91)

    can you mail me your blog url at me[at]kishan.co ?
    Regards,
    Kishan

    Plugin Author ksg91

    (@ksg91)

    Hi,
    As I have already mailed you, It is most likely that curl on your host is not able to make secure connection to twitter api host. Possibility is either your certca.pem is outdated or failing to verify the host. Please communicate with your hosting provider.
    I have not received any response from you for this, I am marking this topic resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not tweeting post’ is closed to new replies.