Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k
stars
414
forks
source link
generate-excludelist fails to retrieve the exclude list #576
This is what I get when I run wget manually:
wget https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist -O -
ERROR: cannot verify raw.githubusercontent.com's certificate, issued by ‘CN=DigiCert TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US’:
Unable to locally verify the issuer's authority.
To connect to raw.githubusercontent.com insecurely, use `--no-check-certificate'.
running with --no-check-certificate works but I don't want to use this option.
This is what I get when I run wget manually: wget https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist -O -
ERROR: cannot verify raw.githubusercontent.com's certificate, issued by ‘CN=DigiCert TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US’: Unable to locally verify the issuer's authority. To connect to raw.githubusercontent.com insecurely, use `--no-check-certificate'.
running with --no-check-certificate works but I don't want to use this option.
do i need to install or configure something?