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

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.

1 participant