probonopd / linuxdeployqt

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

Open NissimBendanan opened 1 year ago

NissimBendanan commented 1 year ago

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?

NissimBendanan commented 1 year ago

running under root is also working sudo wget https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist -O -

but this is not an option that I want