Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Update ipnlistener.php #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update ipnlistener.php #35

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 3, 2014

Fix for PayPal changing which SSL/TLS version they accept on connections. cURL documentation says that CURL_SSLVERSION_DEFAULT will tell cURL to figure out on it's own which protocol to use (http://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html). Hopefully these changes will future proof the code somewhat. Also fixed CURLOPT_SSL_VERIFYPEER setting per the cURL documentation (http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html)

Fix for PayPal changing which SSL/TLS version they accept on connections.  cURL documentation says that CURL_SSLVERSION_DEFAULT will tell cURL to figure out on it's own which protocol to use (http://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html).  Hopefully these changes will future proof the code somewhat.  Also fixed CURLOPT_SSL_VERIFYPEER setting per the cURL documentation (http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants