Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Add TLSv1.2 to cipher list #844

Merged
merged 1 commit into from
May 11, 2017
Merged

Add TLSv1.2 to cipher list #844

merged 1 commit into from
May 11, 2017

Conversation

mtorromeo
Copy link
Contributor

With openssl 1.1 using only TLSv1 in the cipher list causes the following exception which is fixed by adding TLSv1.2 to the list:

Exception PayPal\Exception\PayPalConnectionException: "PayPal\Exception\PayPalConnectionException: error:141640B5:SSL routines:tls_construct_client_hello:no ciphers available"

With openssl 1.1 using only `TLSv1` in the cipher list causes the following exception which is fixed by adding TLSv1.2 to the list:

    Exception PayPal\Exception\PayPalConnectionException: "PayPal\Exception\PayPalConnectionException: error:141640B5:SSL routines:tls_construct_client_hello:no ciphers available"
@randstraw
Copy link

randstraw commented May 11, 2017

Looks good to me

@jaypatel512 jaypatel512 merged commit d56305f into paypal:master May 11, 2017
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.

3 participants