Changeset 1036590
- Timestamp:
- 12/02/2014 09:55:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-voice-recorder/trunk/dropbox-sdk/Dropbox/Curl.php
r1035822 r1036590 34 34 $this->set(CURLOPT_SSL_VERIFYPEER, true); // Enforce certificate validation 35 35 $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. 37 37 38 38 // Limit the set of ciphersuites used.
Note: See TracChangeset
for help on using the changeset viewer.