Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Update Wordpress


  • Please log in to reply
1 reply to this topic

#1 kroezy

kroezy

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 11 March 2013 - 03:22 PM

Hello,
 
Since I've updated wordpress plugin gives the tube press the following error,
 
Notice: curl_setopt_array(): CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead in 
 
What should I do


#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 11 March 2013 - 04:45 PM

Please change line 192 of tubepress/vendor/ehough/shortstop/impl/transports/CurlTransport.php from

 

CURLOPT_SSL_VERIFYHOST => true,

to

CURLOPT_SSL_VERIFYHOST => 2,

This fix will go out with TubePress 3.0.1.