You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ESP32 is capable of secure (SSL) http communications; so enable it.
Lots of issues getting working certificates and keys, both generating them, and encoding them into the sketch. But a good example with documentation would be a good start,
This is another quite well known ESP32 thing to do; so I can probably leverage solutions from other projects, or at least get a good hint.
Adding a HTTP basic auth system makes sense as part of this; #80 has a good example.
The text was updated successfully, but these errors were encountered:
The ESP32 is capable of secure (SSL) http communications; so enable it.
Lots of issues getting working certificates and keys, both generating them, and encoding them into the sketch. But a good example with documentation would be a good start,
Adding a HTTP basic auth system makes sense as part of this; #80 has a good example.
The text was updated successfully, but these errors were encountered: