Spare-Network / spare-blockchain

Apache License 2.0
68 stars 32 forks source link

lots of nodes using port 8444 #84

Open ghost opened 3 years ago

ghost commented 3 years ago

2021-06-23T16:30:18.801 full_node full_node_server : INFO Cannot connect to host 59.127.173.36:8444 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)')] 2021-06-23T16:43:40.513 full_node full_node_server : INFO Cannot connect to host 85.172.8.26:8444 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)')] 2021-06-23T16:48:11.556 full_node full_node_server : INFO Cannot connect to host 5.14.188.15:8444 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)')] 2021-06-23T16:48:21.878 full_node full_node_server : INFO Cannot connect to host 68.9.48.23:8444 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)')]

Hi is this a bad configuration on the part of the nodes?

I am seeing a lot of those and every time that happens is a delay to reach the good guys.

khalid077 commented 3 years ago

Im seeing nothing in my ports section eventhough plots are passing filter Is there's anything wrong? IMG_20210624_150613_817

dfunked commented 3 years ago

Seeing the same thing in mine. Running on a completely separate box to anything Chia related. UPNP disabled in config and only port 9444 is forwarded to this machine.

There's no mention of 8444 in config.yaml

Just ran sudo ufw deny 8444 which will hopefully help. (/edit ufw deny out 8444 did the trick for me). Windows Firewall should allow the same kind of functionality (but obviously don't do it if you're running Chia on the same machine).

All I can think is it's a bug with the introducer which is sending us these nodes with an incorrect port.