xigaogen
Forum Replies Created
-
Forum: Plugins
In reply to: [Cryptocurrency All-in-One] XRPYes, same question. I need accept BTH, ETH, LTC.
Forum: Plugins
In reply to: [Autoptimize] CSS Problem and Eliminate render-blocking ProblemYour response is too fast
I just sent email after your reply.Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] donot support https !!!The problem was the cache plugin, it became normal after I refresh cache.
Forum: Plugins
In reply to: [Dynamic "To Top" Plugin] donot support https !!!The plugin’s functionality is now normal. thank you。
you Can sovled problem like this:
download cacert.pem from http://curl.haxx.se/docs/caextract.html
put cacert.pem to d:\something\cacert.pem
put curl.cainfo = “D:\servercore\cacert.pem” into php.ini
then you can change CURLOPT_SSL_VERIFYPEER goback to ture
you Can sovled problem like this:
download cacert.pem from http://curl.haxx.se/docs/caextract.html
put cacert.pem to d:\something\cacert.pem
put
curl.cainfo = "D:\servercore\cacert.pem"into php.inithen you can change
CURLOPT_SSL_VERIFYPEERgoback totureI also met the same problem with 2.0.2:
Unknown error (invalid-json). Please contact an administrator for more info.
After I update my php from 5.3.3 to 5.6.16 on my iis7.5 2008 R2 server.If I back to php 5.3.3 it will ok but it will get problem when I use php 5.6.16.
So i also open the file curlpost.php and changed the line 79# from
CURLOPT_SSL_VERIFYPEER => ture
to
CURLOPT_SSL_VERIFYPEER => false,
and then it can run very well on php5.6.16.But I guess it is a potential problem there.