[GH-ISSUE #1762] [Question] it may be in a future roadmap a HTPPS version? #1490

Open
opened 2026-02-28 01:30:17 +03:00 by kerem · 2 comments
Owner

Originally created by @GMagician on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1762

I think HTTPS may be a security requirement for protected OTA, considering senfding also a signed bin.

Originally created by @GMagician on GitHub (Aug 31, 2024). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1762 I think HTTPS may be a security requirement for protected OTA, considering senfding also a signed bin.
Author
Owner

@tablatronix commented on GitHub (Sep 1, 2024):

Sure, can you link to an example or docs, thanks. I probably wont be maintaining this library anymore however.

<!-- gh-comment-id:2323430983 --> @tablatronix commented on GitHub (Sep 1, 2024): Sure, can you link to an example or docs, thanks. I probably wont be maintaining this library anymore however.
Author
Owner

@GMagician commented on GitHub (Sep 1, 2024):

Thanks for your reply.
Not investigated enough but a good starting point may be the use of 'ESP8266WebServerSecure' instead of 'ESP8266WebServer'
HTTP require a CA certificate (even self signed may be sufficient), a server certificate and a server private key.
WiFiClientSecure has already methods to accept x509 certificates.

But I think to much effort if project is considered dead.

<!-- gh-comment-id:2323489614 --> @GMagician commented on GitHub (Sep 1, 2024): Thanks for your reply. Not investigated enough but a good starting point may be the use of 'ESP8266WebServerSecure' instead of 'ESP8266WebServer' HTTP require a CA certificate (even self signed may be sufficient), a server certificate and a server private key. WiFiClientSecure has already methods to accept x509 certificates. But I think to much effort if project is considered dead.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1490
No description provided.