Plugin Directory

Changeset 1036590


Ignore:
Timestamp:
12/02/2014 09:55:07 AM (11 years ago)
Author:
parth.kumar
Message:

curl ssl version modified from 3 to 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-voice-recorder/trunk/dropbox-sdk/Dropbox/Curl.php

    r1035822 r1036590  
    3434        $this->set(CURLOPT_SSL_VERIFYPEER, true);   // Enforce certificate validation
    3535        $this->set(CURLOPT_SSL_VERIFYHOST, 2);      // Enforce hostname validation
    36         $this->set(CURLOPT_SSLVERSION, 3);          // Enforce SSL v3.
     36        $this->set(CURLOPT_SSLVERSION, 4);          // Enforce SSL v3.
    3737
    3838        // Limit the set of ciphersuites used.
Note: See TracChangeset for help on using the changeset viewer.