toniebox-reverse-engineering / teddycloud

teddyCloud is an open source server replacement for the Boxine Cloud
https://toniebox-reverse-engineering.github.io/docs/tools/teddycloud/
GNU General Public License v2.0
406 stars 31 forks source link

ESP32 flashing - Your browser does not support WebSerial. Use Chrome or Edge to flash your ESP32 box. #78

Closed mptr8956 closed 9 months ago

mptr8956 commented 9 months ago

Hi folks, setup the teddycloud, now getting this error message:

image

Tried Chrome & Edge - non of them worked. What could the problem be?

SciLor commented 9 months ago

The error message is a bit misleading. WebSerial also needs HTTPS.

SciLor commented 9 months ago

Fix with https://github.com/toniebox-reverse-engineering/teddycloud/commit/67134d6a81ec8305b505c978286c51e692cf5d81

mptr8956 commented 9 months ago

thanks, how do i activate https then? cannot reach the server by only adding https before the ip?

SciLor commented 9 months ago

You should be able to reach it by just prefix it with https. Just skip the certificate warning if needed.

mptr8956 commented 9 months ago

Hi, unfortunately that does not work. It gives me an ERR_CONNECTION_CLOSED. Any idea?

image

SciLor commented 9 months ago

It works fine on my phone with PC with Chrome, on my Phone with Firefox + Chrome. You'll need to allow an unsecure connection in that case. Please check if you are connecting via HTTPS and the right port (443)

mptr8956 commented 9 months ago

gosh...the port was double booked. changed, now it works. thanks for your patience!