Skip to content

Commit

Permalink
Fixed "Unknown cipher in list" error for NSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mitrae committed Dec 8, 2014
1 parent 36b1820 commit dde66f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PayPal/Core/PPHttpConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PPHttpConfig {
CURLOPT_HTTPHEADER => array(),
CURLOPT_SSL_VERIFYHOST => 2,
CURLOPT_SSL_VERIFYPEER => 1,
CURLOPT_SSL_CIPHER_LIST => 'TLSv1',
// CURLOPT_SSL_CIPHER_LIST => 'TLSv1',
);

const HEADER_SEPARATOR = ';';
Expand Down

0 comments on commit dde66f3

Please sign in to comment.