Closed Willsie-Digital closed 3 years ago
I just pulled this repo to Raspberry Pi 4B OS: Raspbian Buster 10 Python3: 3.7.3 (default python with Raspbian)
code 400, message Bad HTTP/0.9 request type ('\x16\x03\x01\x02\x00\x01\x00\x0u\x03\x03\x920d\x8b\x03L-om[\x10o'cNu\x19\x83\x12\x91\x8b')
It looks like Flask-SocketIO is ignoring all requests via http and cannot connect over https without having to manually issue a pem and key.
Actually the protocol is working over HTTP. just had to add the client website to chromes insecure content allow list. Closing issue
I just pulled this repo to Raspberry Pi 4B OS: Raspbian Buster 10 Python3: 3.7.3 (default python with Raspbian)
It looks like Flask-SocketIO is ignoring all requests via http and cannot connect over https without having to manually issue a pem and key.