Viewing 1 replies (of 1 total)
  • Plugin Author Abyss.Cong

    (@safly)

    Sorry for my late reply and thanks for your good advice!
    I develop this plug-in aiming at eliminating all the curl failure, including potential CA error (in some wrongly configured servers it will occur, for there are not enough CA Certificates, who knows), and it indeed helps a lot of people.
    I have read your post and it is so professional, thanks a lot!
    I have taken DNS fraud or something else into consideration and I use a trustworthy third-party HTTP DNS service to ensure the access to wp.com to reduce risk.
    $ip = wp_remote_retrieve_body(wp_remote_get('https://119.29.29.29/d?dn=' . $domain));
    The risk indeed exists if the network is not safe, though a bit hard to achieve(The listener doesn’t know what the source wants to do). And personally, the network in the data center will be guaranteed.
    Thanks for your topic very much! I will turn this option to optional in the future update. ??

    • This reply was modified 6 years, 1 month ago by Abyss.Cong.
    • This reply was modified 6 years, 1 month ago by Abyss.Cong.
Viewing 1 replies (of 1 total)
  • The topic ‘CURLOPT_SSL_VERIFYPEER disabled’ is closed to new replies.