Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2014
    Location
    southern Oregon
    Posts
    21
    Plugin Contributions
    0

    Default The POODLE fixes

    I did all the POODLE fixes recommended on this forum but there is one file that is in the list of files to fix that does not have the curlopt_sslversion 3 line as indicated.

    My /modules/payment/papaldp.php file looks like this:

    // create a new cURL resource and set params
    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_POST,1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, "cmpi_msg=".urlencode($data));
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch, CURLOPT_TIMEOUT, 8);

    ...there is no line that has CURLOPT_SSLVERSION that is recommended that I uncomment or do I fix one of these other lines?

    I currently have zencart version 1.5.1 only because I have never upgraded before and am scared I will mess things up, but I also can not afford to hire someone to do it for me.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,971
    Plugin Contributions
    96

    Default Re: The POODLE fixes

    The paypaldp.php payment method for Zen Cart v1.5.1 does not include a CURLOPT_SSLVERSION setting; the version for Zen Cart v1.5.3, on the other hand, does.

 

 

Similar Threads

  1. Does the current version in D/Ls have all the latest security fixes?
    By rwoody in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 28 Sep 2009, 11:34 AM
  2. Where's the patch file for the post-1.3.8a fixes?
    By kelvyn in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 21 Feb 2008, 04:18 PM
  3. Does upgrading to the current 1.3.5 include the recent fixes?
    By Pauls in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 25 Sep 2006, 01:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg