Skip to content

Commit

Permalink
SSL connect error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeorla committed Jan 20, 2016
1 parent 740f5be commit 3b7f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PayPal/Core/PayPalHttpConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PayPalHttpConfig
* @var array
*/
public static $defaultCurlOptions = array(
CURLOPT_SSLVERSION => 1,
CURLOPT_SSLVERSION => 6,
CURLOPT_CONNECTTIMEOUT => 10,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_TIMEOUT => 60, // maximum number of seconds to allow cURL functions to execute
Expand Down

0 comments on commit 3b7f36c

Please sign in to comment.