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

Error 61 in Curl 7.55.1 and 7.58.0 #374

Open
gonzalesc opened this issue Oct 21, 2019 · 0 comments
Open

Error 61 in Curl 7.55.1 and 7.58.0 #374

gonzalesc opened this issue Oct 21, 2019 · 0 comments

Comments

@gonzalesc
Copy link

Hi.
I get an error 61 when I use a POST request.

The error is here:
curl_setopt($this->handle, CURLOPT_ENCODING, '');
Location: library/Requests/Transport/cURL.php : Line 100

When I removed this line, all the POST request works.

I tested it in:

  1. Windows 10, Curl 7.55.1 and PHP 7.2.5
  2. Ubuntu 18.04 , Curl 7.58.1 and PHP 7.2.22

Additional information:

  • When I execute $curl = curl_version();
    My $curl['version_number'] is 473856

Regards

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