Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handshake failure #53

Open
cecekpawon opened this issue Nov 24, 2015 · 0 comments
Open

handshake failure #53

cecekpawon opened this issue Nov 24, 2015 · 0 comments

Comments

@cecekpawon
Copy link

I dont know if this helps, but without adding this options in #L407 will throwed "SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure' in /OAuth2/Client.php:473"

$curl_options = array(
  //CURLOPT_SSLVERSION => 3,
  //CURLOPT_SSL_CIPHER_LIST => 'SSLv3',
  CURLOPT_SSL_CIPHER_LIST => 'RC4-SHA',
  CURLOPT_SSL_CIPHER_LIST => 'TLSv1',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_SSL_VERIFYPEER => true,
  CURLOPT_CUSTOMREQUEST  => $http_method
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant