- Operating System: Ubuntu 20.04
- Python Version: 3.8.2
- Sonoff model: Basic R1 433 mhz
- Sonoff firmware version: no idea
The TLS 1.1 flag is not working for me and causes errors like
SSL Error on 11 ('xxx', 4098): [SSL] internal error (_ssl.c:1108)
Changing to v1_2 fixes this issue - perhaps modern ubuntu's ssl doesnt have tls 1.1 support or python 3.8 removed this support?
The TLS 1.1 flag is not working for me and causes errors like
Changing to v1_2 fixes this issue - perhaps modern ubuntu's ssl doesnt have tls 1.1 support or python 3.8 removed this support?