-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
ssl.SSLError: not enough data: cadata does not contain a certificate #642
Comments
Hello, After doing some digging, the error appears to be caused by an invalid certificate located somewhere in your Windows certificate storage. As this is a part of your operating system, I cannot do anything about it, in terms of fixing anything there myself. The store is managed automatically by every application that handles network requests, and in the miner's case, it's Python itself (through There's two things you can do to possibly resolve this:
The references I've found: python/cpython#79846 Please let me know if you've managed to resolve the issue. |
I also have the same issue since a couple of days, everything was working perfectly fine before. In my case the admin workaround is not working. So i guess I will have to take a little more time to see if your python version proposal is working |
I'd need to upgrade the lowest Python version up to 3.12 to fix this bug, per this comment: python/cpython#79846 (comment) As it doesn't qualify as a security fix, it won't be backported to 3.10 or 3.11, even though they're still consider supported. I guess I'll keep this open until the upgrade. For now, if anyone finds this later: using Python 3.12 to build the executable (or run the miner from source) should help resolve the issue. |
I am a big noob when it comes to coding and python and everything, and I am sure there are a lot of people who would love to get a solution to this error. Error goes like this:
The text was updated successfully, but these errors were encountered: