Please run the following two commands to fix libssl and also to fix certificate issues on Fedora ...
sudo dnf install compat-openssl10
sudo ln /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Modified on: Fri, 8 Nov, 2019 at 2:15 PM
Please run the following two commands to fix libssl and also to fix certificate issues on Fedora ...
sudo dnf install compat-openssl10
sudo ln /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Did you find it helpful? Yes No
Send feedback