-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 1.2.0 Pool SSL Certificate Failed to verify #7273
Comments
could you try a fresh reinstall, we had a PR submitted on our CA cert yesterday that should fix this |
The fresh CA cert didn't make it into the 1.2.0 package. But in any case, replacing it with the newer file doesn't resolve the issue (I tested this). The problem is that the cert isn't being used. See my notes in the duplicate bug report. |
I Stopped the GUI and and reinstalled. This did not fix the issue. I will uninstall, delete all files and resync. Will report again later.
EDIT: Just saw the above update, noted new install will not fix it. Investigate further.
… On 9 Jul 2021, at 10:50, yshklarov ***@***.***> wrote:
could you try a fresh reinstall, we had a PR submitted on our CA cert yesterday that should fix this
The fresh CA cert didn't make it into the 1.2.0 package. But in any case, replacing it with the newer file doesn't resolve the issue (I tested this). The problem is that the cert isn't being used. See my notes in the duplicate bug report.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7273 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUZCIW3BNJP7QR7ZQERMTFTTW3A53ANCNFSM5ACIHDRQ>.
|
yes, my bad, i guess that fix above does not work for using the installers - you need to await a 1.2.1 |
I'm having the same issue. I'm using Manjaro Linux distro (Arch Linux based) and Python 3.9.5. |
@roxleopardo thank you very much for the report. |
Would 1.2.1.dev0 or later have this fixed? |
please don't run dev releases on mainnet, without express direction from a developer - it can cause unexpected results! |
I will wait for 1.2.1.
Hopefully early next week so I can then connect to the pool correctly.
…On Sat, 10 Jul 2021 at 12:04, loppefaaret ***@***.***> wrote:
please don't run dev releases on mainnet, without express direction from a
developer - it can cause unexpected results!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7273 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUZCIW46NW4D2T54ZXOR6ETTXASL7ANCNFSM5ACIHDRQ>
.
|
Okay, just looking for solutions. so far 1.2.0 doesn't work for pool plots on linux/Mac OS for me and my non-pool plots aren't recognized in CLI. |
I'm also having this issue, (Mac OS 11.4 ) and according to messages in the Space pool discord, a lot of people have it. |
I'm sorry, but all i can say is soon, hopefully very soon |
Still broken on Mac in release 1.2.1
|
@griffithJ is that installer ? m1(arm) or intel based ? |
That was the .app copied from the .dmg. Intel. Is there a better way I should be installing updates? |
that is perfect, just wanted to make sure the error was in the installer! |
I have the issue as well still on 1.2.1 using the m1 installer. |
Yes me too. I just installed 1.2.1 and still see the same issue Mac OS 11.4 (20F71) Intel, GUI installer |
i think yshklarov might have something here from his dupe #7278 I'm escalating this up the chain to get some 👀 on it |
I got a fix yesterday
You need to upgrade the python version, I suspect it is still 2.7.
Install brew https://brew.sh/ <https://brew.sh/>
Upgrade to 3.9.5 see here https://opensource.com/article/19/5/python-3-default-mac <https://opensource.com/article/19/5/python-3-default-mac> (note: change 3.7.3 to 3.9.5)
Then run
pip3 install --upgrade certifi
This will fix it :-)
Fix worked on both intel and M1
… On 13 Jul 2021, at 07:36, loppefaaret ***@***.***> wrote:
could you try a fresh reinstall, we had a PR submitted on our CA cert yesterday that should fix this
The fresh CA cert didn't make it into the 1.2.0 package. But in any case, replacing it with the newer file doesn't resolve the issue (I tested this). The problem is that the cert isn't being used. See my notes in the duplicate bug report.
i think yshklarov might have something here from his dupe #7278 <#7278> I'm escalating this up the chain to get some 👀 on it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7273 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUZCIW6ND32USLBJYEZZUWLTXPNHPANCNFSM5ACIHDRQ>.
|
I am getting the same error when trying to create a plotnft:
I am running version 1.2.1 on Manjaro Linux. I had the issue with version 1.2.0. I tried to connect to https://pool.chiahub.io |
@loppefaaret Yesterday I tried a clean install with the intel Mac GUI installer and it didn't work, still have the same issue. |
I also no longer have an issue once Python was adjusted to 3.#. It appears to have defaulted to use 2.7 |
Still have the issue on Arch Linux. python-certifi installed. |
I fixed this issue on my farmer machine by updating python. |
2021-07-14T15:59:28.653 full_node asyncio : ERROR SSL error in data received |
Release 1.2.2 fully resolves the issue on my system (arch linux). Thanks @loppefaaret @emlowe @wjblanke! |
Fixed in 1.2.2 |
I fixed this problem by update Python 3.9.5 and Chia 1.2.2 |
Does Windows 10 have this problem |
My PC with Windows10 works just fine. |
I have the same problem in 1.2.2 - ubuntu |
Fixed for me in 1.2.2 |
For me, something was messing my DNS. I go to System Preferences > Network > select my wifi > DNS tab > add Update: It only helps for a few hours. Now the error comes back again :( |
Describe the bug
Cannot connect to host xch.spacefarmers.io:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')]
Certificate validity appears correct at both ends.
Result: Pool creates, Contract and ID. However not connected to pool, unable to get plot points
To Reproduce
chia.net download
Installed
Synced then pool added. Thats it.
From my basic understanding it appears to be a Python issue, but I'm far from an expert.
Tested on two different machines / MAC OS Big Sur 11.4 & Catalina 10.15.7
Expected behavior
To work...
Screenshots
N/A
Desktop
Additional context
The text was updated successfully, but these errors were encountered: