-->
Page 1 of 1

NodeMCU, WebServer and SSL connection (Telegram)

PostPosted: Fri Mar 13, 2020 5:42 pm
by array81
On my project I have a nodemcu with a webserver to edit settings by HTML interface. Besides I'd like add Telegram support to edit settings when I'm out of my home (by internet).
For Telegram I use this library: https://github.com/witnessmenow/Univers ... legram-Bot (but I don''t think the problem is this).

If I try to run only the webserver it works very well. If I try to run only telegram it works very well.
If I try to run them togheter I get frequent reboots (everytimes I try to open HTML page from webserver).

The problem seems to manifest itself when there are both webserver connection and SSL connection (Telegram use SSL)

Any idea about it?