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

Need to set CURLOPT_SSLVERSION to 3 #3

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

Conversation

nashjain
Copy link

This is to avoid curl error no: 35 .i.e. Unknown SSL protocol error in connection to your_domain_name:443

This is to avoid curl error no: 35 .i.e. Unknown SSL protocol error in connection to your_domain_name:443
@sandeepshetty
Copy link
Member

By default PHP will try to determine this itself, although in some cases this must be set manually

http://php.net/manual/en/function.curl-setopt.php

This looks like it has to do with the server and it's not clear what the "cases" mentioned above are. Hard-coding doesn't seem like the right solution. Need to look into this some more.

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

Successfully merging this pull request may close these issues.

2 participants