Esp32 access from web application
Posted: Thu Sep 21, 2023 7:33 am
Hi to all... i'm new for esp32 and i have a big problem to access to device wroom from an pwa web application.
I'm trying to access with socket or https from my pwa application to esp32 where i use an "HTTPSServer secureServer = HTTPSServer(&cert, 8086); etc..." with a signed certificate but i've always a "mixed content error" from my browser (ex chrome).
To avoid this problem (also of certificate expiration) i see this article https://stackoverflow.com/questions/598 ... tps-server where, in the answer, suggest to use unified provisioning BUT i've no experience to implement it on arduino...
Can you give me simple examples to do this ? or specific documentation for this ?
Thank you in advance
I'm trying to access with socket or https from my pwa application to esp32 where i use an "HTTPSServer secureServer = HTTPSServer(&cert, 8086); etc..." with a signed certificate but i've always a "mixed content error" from my browser (ex chrome).
To avoid this problem (also of certificate expiration) i see this article https://stackoverflow.com/questions/598 ... tps-server where, in the answer, suggest to use unified provisioning BUT i've no experience to implement it on arduino...
Can you give me simple examples to do this ? or specific documentation for this ?
Thank you in advance