ESP32 Web Server, I am in the item Web Server ESP32 – control outputs.
Through the arduino IDE, I loaded the ESP 32 with the sketch, initialized the ESP32 and on the serial monitor
I checked the connection with my local relay.
…...ets Jun 8 2016 00:22:57 …..rst: 0x1 (POWERON_RESET), boot: 0x13 (SPI_FAST_FLASH_BOOT) …..configsip: 0, SPIWP: 0xee …..clk_drv: 0x00, q_drv: 0x00, d_drv: 0x00, cs0_drv: 0x00, hd_drv: 0x00, wp_drv: 0x00 …..mode: DIO, clock div: 1 …..load: 0x3fff0018, len: 4 …..load: 0x3fff001c, len: 1100 …..load: 0x40078000, len: 10312 …..load: 0x40080400, len: 6460 …..entry 0x400806a4 …..Connecting to home_look …..(I.e. …..WiFi connected. …..IP address: …..192.168.1.11 …...........................................................
When I accessed ESP32 through the browser, google and mozilla, the connection disconnects.
…....New Client. …..GET / HTTP / 1.1 …..Host: 192.168.1.11 …..Connection: keep-alive …..Cache-Control: max-age = 0 …..Save-Data: on …..Upgrade-Insecure-Requests: 1 …..User-Agent: Mozilla / 5.0 (Linux; Android 8.0.0; motog (6) plus) AppleWebKit / 537.36 …....,,,,(KHTML, like Gecko) Chrome / 74.0.3729.112 Mobile Safari / 537.36 …...Accept: text / html, application / xhtml + xml, application / xml; q = 0.9, image / webp,image /apng, * / *; q = 0.8, application / signed-exchange; …..Accept-Encoding: gzip, deflate …..Accept-Language: pt-BR, pt; q = 0.9, in-US; q = 0.8, in; q = 0.7 …..Client disconnected. …..New Client.
In the browser is the information that the site is not secure and nothing appears in the browser.
Thank you in advance for helping me solve this problem.