-
Notifications
You must be signed in to change notification settings - Fork 13.3k
HTTPS GET Request returns -1 (still worked with Git update on Jun 6, 2016) #2150
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
Comments
Thank you for the fast response and possible fix. Tonight I will check if it works and report back. |
I tried with the latest fix and it is working. Thank you. |
Hi, I got similar issue connect to Slack HTTPS API and tried 2.3.0-rc2, 2.3.0-rc1, 2.2.0 and 2.1.0. I tried http.begin(String url, String httpsFingerprint) and http.begin(String url) with 2.3.0-rc2 debug log:
debug log:
|
I think this is different issue, you are receiving Exception 3. |
@djoele How did you solve it? |
See my comment on Jun 15, 2016:
I tried with the latest fix and it is working.
Issue resolved.
Thank you.
See the commit before from igrr in which he fixed it:
e64e32b
[https://avatars1.githubusercontent.com/u/4349050?s=200&v=4]<https://github.com/esp8266/Arduino/commit/e64e32b329a0c83b0437d7c4d70ff688df1e7b1f>
Fix regression in WiFiClientSecure, update HTTPS test case (#2150) · esp8266/Arduino@e64e32b<e64e32b>
github.com
ESP8266 core for Arduino. Contribute to esp8266/Arduino development by creating an account on GitHub.
…________________________________
Van: Akshay Anil Kankal <[email protected]>
Verzonden: maandag 22 oktober 2018 15:34
Aan: esp8266/Arduino
CC: djoele; Mention
Onderwerp: Re: [esp8266/Arduino] HTTPS GET Request returns -1 (still worked with Git update on Jun 6, 2016) (#2150)
@djoele<https://github.com/djoele> How did you solve it?
Can you post the solution here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2150 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APDqwNNpG2MMu7NXXAQXpDaLcwP882-Eks5uneWHgaJpZM4I1tJw>.
|
Hello everybody,
today I updated the ESP8266 code from Github.
My latest update was:
commit 32bd42b, June 6th
Now I have:
commit da17d54, Jun 14th
I have the function below which is responsible for doing a HTTPS GET Request.
The behaviour that I see now is that http=>GET now always returns -1.
When I do the request from a browser it is working and returns 200.
Anybody sees what I am doing wrong? Were there any changes in the ESP8266 codebase that forces me to change something?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: