ssl error on connection
hi, i use the script example 01_virtual_write.py on my local server on a pi zero with the code blynk = BlynkLib.Blynk(BLYNK_AUTH, server='x.x.x.x', port=8080) And i have the error below.. i don't know why because i use the same code on another pizero whitout error.. can you help ? best regards Alain
Connecting to x.x.x.x:8080...
Traceback (most recent call last):
File "01_virtual_write.py", line 19, in
Change port BlynkLib.Blynk(BLYNK_AUTH, server='x.x.x.x', port=443)
great un-ka ! that works now.. regards