[Bug]Issues Setting up Harvester - SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED #10167
Replies: 7 comments 6 replies
-
Should be the wrong ca
|
Beta Was this translation helpful? Give feedback.
-
Thank you for trying to help, but unfortunately it's not that simple. I did that process and thats not the issue. I tried that process multiple times, even wiped the entire computer clean, did a fresh install of CLI, then moved the CA folder from the farmer to the harvester, ran the chia init command and started the harvester, no luck. I think my issue is with either my router or some sort of settings from within the harvester that is closing out the connection. If you see the output I get when I run telnet you might realize what I mean. I am using an Apple Airport Extreme, maybe this is the issue? Maybe I have to do something within the settings. I've been struggling with this for weeks, cant figure it out. |
Beta Was this translation helpful? Give feedback.
-
Hm, ok, that's sad. 2 days ago I had exactly the same issue (certificate signature failure) with one of my harvesters within docker swarm. Used the chia_keys format everywhere, but that wasn't working. Connection from harvester to farmer was ok. You could check the 'standard' stuff. Firewalls, configured ports (farmer port 8447) etc. |
Beta Was this translation helpful? Give feedback.
-
when you do the telnet test - how long is the connection open before it gets closed by the remote host ? do you see anything on the remote host system logs ? |
Beta Was this translation helpful? Give feedback.
-
for future readers. Please follow these steps:
you should see this line in the output text: |
Beta Was this translation helpful? Give feedback.
-
Had similar issues running on Ubuntu. No Looks like nothing happens between both nodes, found nothing related to the worker node in main node logs...... |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Hello,
I am in desperate need of help. I've been trying to setup a harvester in the same location (network) as my farmer. I've followed all of the steps on how to get the process done and no matter what I do, I keep getting the following error message in the Harvesters Log:
2022-02-05T19:48:20.757 harvester harvester : INFO Reconnecting to peer {'host': '10.0.1.99', 'port': 8447}
2022-02-05T19:48:31.601 harvester harvester_server : INFO Cannot connect to host 10.0.1.99:8447 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate signature failure (_ssl.c:1129)')]
I've followed each of the steps here: https://github.com/Chia-Network/chia-blockchain/wiki/Farming-on-many-machines
I tried running telnet 10.0.1.99 to make sure I can connect to my farmer and the output I got was:
Trying 10.0.1.99...
Connected to 10.0.1.99.
Escape character is '^]'.
Connection closed by foreign host.
Both machines are running Ubuntu 21.10 and my router is an Apple Airport Extreme.
I would be SUPER APPRECIATIVE if someone can please help me.
Version
1.2.11
What platform are you using?
Linux
What ui mode are you using?
GUI
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions