Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5.6
-
Fix Version/s: 4.5.6
-
Component/s: None
-
Labels:
-
Documentation Required?:None
Description
Payment Express no longer supports SSLv3 - so CURLOPT_SSLVERSION on line 101 in PaymentExpressUtils.php (CRM/Core/Payment) needs to be adjusted to use a more recent version of the TLS library. I am suggesting this is changed to the default value of 0 so the appropriate library can be auto-negotiated.
Github pull request with changes forthcoming.