Page 1 of 1

Esp32 access from web application

Posted: Thu Sep 21, 2023 7:33 am
by guido.cavalera
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

Re: Esp32 access from web application

Posted: Fri Sep 22, 2023 2:57 pm
by guido.cavalera
for integration ...

i want use device like SoftAP (access point) with encryption mode ex. WPA2_PSK. Its solve browser "mixed content error" problem ?