Skip to content
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 certificate verify failed #16

Open
bitlogik opened this issue Feb 10, 2023 · 1 comment
Open

SSL certificate verify failed #16

bitlogik opened this issue Feb 10, 2023 · 1 comment

Comments

@bitlogik
Copy link
Owner

bitlogik commented Feb 10, 2023

On Windows, when using Uniblow, in case you are repeatedly facing the error message about SSL Verify Failed :

Check your Internet connection.
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired

The fix is to remove the old R3 intermediate certificate from your store.

Open the certificate manager for the user, to do so:

  • Open Settings / Parameters in your Windows
  • In the search field search for "cert", or certificate in the language of your windows.
  • Select the choice : "Manage User Certificates"

image

In the certificate manager for user, select the "intermediate authorites" : this is the 4th folder.
In this Intermediate Certification Authorities / Certificates
Delete : R3 - DST Root CA X3 - 29/09/2021

To delete it, you right click on the line and select "Delete" in the contextual menu.

image

@bitlogik
Copy link
Owner Author

bitlogik commented Jun 11, 2024

On some Linux systems, especially Fedora (when it differs from Ubuntu/Debian), the following error can happen while running the provided binary:

ssl.SSLCertVerificationError:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate 

In this case, Uniblow needs to be run with the SSL_CERT_DIR environment variable pointing to the certificate store directory (most of the time /etc/ssl/certs).

Example
$ SSL_CERT_DIR=/etc/ssl/certs ./Uniblow-linux-x86_64-2.6.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant