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 validation invalid with libssl47 #142

Open
Szpadel opened this issue Sep 2, 2020 · 0 comments
Open

SSL validation invalid with libssl47 #142

Szpadel opened this issue Sep 2, 2020 · 0 comments
Labels

Comments

@Szpadel
Copy link

Szpadel commented Sep 2, 2020

When I tried to use this on one of my systems I was always getting error:

    Updating registry 'https://github.com/rust-lang/crates.io-index'                                                                                                                                                                           
Failed to update index repository: the SSL certificate is invalid.

But on my other system everything went fine,
after debugging with strace I figured our difference in ssl library used

it looks like there is some incompatibility with libssl47 (with libressl-devel) and replacing it openssl-devel solved the issue

I'm not sure if this is issue of this crate (probably fault at some ssl dependency) but maybe someone will look for solution here

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

No branches or pull requests

2 participants