Support for captive portal using https or TSL query?
Posted: Wed Apr 27, 2022 8:25 pm
I'm creating a captive portal to receive the user's home wifi credentials. As recommended, I set up a DNS server that reroutes all requests to my access point. This works fine with iPhone and Windows: both send well-formed UDP packages. However, the ESP doesn't receive any UDP information from the Android phone. It is my understanding that Android uses HTTPS or TSL for DNS, and that this is the root cause for the failure.
Is there any support in ESP-IDF (or ESP-Arduino) for working with devices that don't use UDP for DNS requests? Does anyone have any workarounds for this?
I would really appreciate any pointers.
Is there any support in ESP-IDF (or ESP-Arduino) for working with devices that don't use UDP for DNS requests? Does anyone have any workarounds for this?
I would really appreciate any pointers.