Search found 2 matches

by guido.cavalera
Fri Sep 22, 2023 2:57 pm
Forum: ESP32 Arduino
Topic: Esp32 access from web application
Replies: 1
Views: 1358

Re: Esp32 access from web application

for integration ...

i want use device like SoftAP (access point) with encryption mode ex. WPA2_PSK. Its solve browser "mixed content error" problem ?
by guido.cavalera
Thu Sep 21, 2023 7:33 am
Forum: ESP32 Arduino
Topic: Esp32 access from web application
Replies: 1
Views: 1358

Esp32 access from web application

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 al...