mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1762] [Question] it may be in a future roadmap a HTPPS version? #1490
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1490
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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.