We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44924f2 commit 46f07b6Copy full SHA for 46f07b6
src/PaypalIPN.php
@@ -103,7 +103,7 @@ function verifyIPN()
103
curl_setopt($ch, CURLOPT_POST, 1);
104
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
105
curl_setopt($ch, CURLOPT_POSTFIELDS, $req);
106
- curl_setopt($ch, CURLOPT_SSLVERSION, 4);
+ curl_setopt($ch, CURLOPT_SSLVERSION, 6);
107
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
108
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
109
if ($this->use_local_certs)
0 commit comments