B4R Question ESP8266 - Connect and Failed to connect with status 0 from the same site

hatzisn

Well-Known Member
Licensed User
Longtime User
Good evening everyone,

I have three HttpJobs which are executed one after the other and connect to my site (all three of them). The first works. The second doesn't and normally does not proceed to the third because they all are all sequential. The error I get is Failed to connect - Status 0. I wonder why since it is the same site the first HttpJob works and the second does not. I noticed that after the successful first call the free RAM falls by almost 20k. This might have to do with the SSL connection because when I switch to "http://..." it seems to work. Can somebody give me a hint why?


Thanks in advance
 
Last edited:
Top