Comments on: ESP8266 NodeMCU HTTPS Requests (Arduino IDE) https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 27 Jul 2025 01:20:54 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Gabriel https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-1075146 Sun, 27 Jul 2025 01:20:54 +0000 https://randomnerdtutorials.com/?p=122070#comment-1075146 Hi, thanks for the tutorial.
I make the Root Certificate example and work fine, now I try to connect to a diferent site, I download the root certificate for the page I try to connect, but give a and Error “failed, error: connection failed” or “Unable to connect” depend of the page.

]]>
By: Randy https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-1059744 Sat, 21 Jun 2025 19:23:43 +0000 https://randomnerdtutorials.com/?p=122070#comment-1059744 In all examples where an https request is repeated every so often within loop(), is the https.end(); sufficient to release any memory used by the declared HTTPClient https; object?

]]>
By: Steve https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-904184 Sun, 07 Apr 2024 15:55:28 +0000 https://randomnerdtutorials.com/?p=122070#comment-904184 Hi Sara,

I tried setting up a no certificate request per your example. It returns a code 200, but the payload variable is empty. But if I take the same request and send it via my browser I get back the response I’m seeking. So something about the no certificate request is not right. Any thoughts?

]]>
By: Michael https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-898851 Sat, 16 Mar 2024 23:10:46 +0000 https://randomnerdtutorials.com/?p=122070#comment-898851 😆😁]]> Just wanted to thank you for this tutorial. It was very helpful and I was able to implement it relatively easily. My HTTPS comms are up and running. Thank you! 😁😆😁

]]>
By: Jui https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-852020 Sat, 29 Jul 2023 13:12:11 +0000 https://randomnerdtutorials.com/?p=122070#comment-852020 Yes, I tried it and the Compiler stopped wirh ‚setInsecure‘ is not defined with V 2.4.2 of esp8266.. It is very very helpful when you note in the tutorial all the version of used libraries and of your environment. E.g. this Tutorial based or tested on Arduino 1.18.5, Esp lib 2.6.3….. sometime it is a nightmare to find the working versions.
That would be great, thank you in advance.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-851889 Fri, 28 Jul 2023 17:31:20 +0000 https://randomnerdtutorials.com/?p=122070#comment-851889 In reply to jui.

Hi.
Why you say it doesn’t support? Have you tried it out?
I’m not sure if there are versions that don’t support it.
Regards,
Sara

]]>
By: jui https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-851874 Fri, 28 Jul 2023 16:19:00 +0000 https://randomnerdtutorials.com/?p=122070#comment-851874 Thank you
One question – which release of esp8266 supports setInsecure? I guess version 2.4.2 does not support – right? Please let me know which version do you recommend?
Best regards
Jui

]]>
By: Bart https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-824609 Fri, 10 Mar 2023 19:47:04 +0000 https://randomnerdtutorials.com/?p=122070#comment-824609 Fantastic tutorial… Thanks
One question… what if the HTTPS server requires credentials (username and password), how do you pass these into your GET Request ?
Thanks in advance for your answer

]]>
By: Reinhard Fenchel https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-821204 Fri, 24 Feb 2023 07:42:33 +0000 https://randomnerdtutorials.com/?p=122070#comment-821204 Very good tutorial!
Regarding Certificates store you told you will publish another tutorial soon.
When do you think to publish?

Thank you.
Best regards Reinhard

]]>
By: imbalet https://randomnerdtutorials.com/esp8266-nodemcu-https-requests/#comment-813971 Mon, 30 Jan 2023 17:39:41 +0000 https://randomnerdtutorials.com/?p=122070#comment-813971 In reply to Sara Santos.

OK, thanks a lot for the help

]]>