diff -r fbfb347f7b5b -r 51a6649ba79d src/eric7/MicroPython/Devices/CircuitPythonDevices.py --- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Mon Oct 09 17:40:36 2023 +0200 +++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py Mon Oct 09 19:48:41 2023 +0200 @@ -1534,7 +1534,7 @@ if nic.ifconfig[0] != b'\x00\x00\x00\x00': sock = nic.get_socket() try: - nic.socket_connect(sock, nic.get_host_by_name('quad9.net'), 80) + nic.socket_connect(sock, nic.get_host_by_name('quad9.net'), 443) nic.socket_disconnect(sock) print(True) except: