question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Harvester SSL error after 1.3.4 update

See original GitHub issue

I updated both farmer and harvester to 1.3.4 When starting the harvester (chia start harvester -r) I receive the following:

(venv) xxxx@xxxxxxxxxxx:~/chia-blockchain $ chia start harvester -r
chia_harvester: stopped
chia_harvester: started
SSL error in data received
protocol: <asyncio.sslproto.SSLProtocol object at 0x7f99fe6320>
transport: <_SelectorSocketTransport fd=6 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
    self._sslobj.unwrap()
  File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)

I can see the harvester from the farmer:

Farming status: Farming
Total chia farmed: 0.750000002011
User transaction fees: 2.011e-09
Block rewards: 0.75
Last height farmed: 1483780
Local Harvester
   1828 plots of size: 180.921 TiB
Remote Harvester for IP: 192.168.0.12
   984 plots of size: 97.390 TiB

And in the log, I can see I’m finding proofs and sending them to my pool.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
stefan-langecommented, May 4, 2022

You could investigate some time into how to use docker (if you not already know) and docker-compose. This makes app deployment with different versions much simpler.

But hey, with your appoach you have saved some energy 😄

0reactions
emlowecommented, May 11, 2022

Closing the original issue - note @funskey your issue appears to be a duplicate of #11466

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Bug] When running start harvester on 1.3.4 on my rpi4 I get ...
What happened? When running the command start harvester on my rpi 4 I get this error. Version. 1.3.4. What platform are you using?...
Read more >
[Solved] Multiple Harvesters with one full node issue. Please ...
I have been successful with setting up this multiple harvesters connection ... verify failed: certificate signature failure (_ssl.c:1129)')] ...
Read more >
Rancher Docs: Upgrades - RKE
This page covers the following topics: How upgrades work; Prerequisites; Upgrading Kubernetes; Configuring the upgrade strategy; Maintaining availability for ...
Read more >
TroubleShoot: WebSphere SSL security problems - IBM
Check for the Criticality and ExtKeyUsage settings. Given this error, you probably have Criticality=false, ExtKeyUsage [1.3.6.1.5.5.7.3.1]. In ...
Read more >
Subversion Server SSL certificate verification failed: and other ...
This is a SSL error that svn will not ignore, it implies that you are connecting to a different hostname than what you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found