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

Add "--no-check-certificate" to wget #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chuckcho
Copy link

No description provided.

@iskunk
Copy link
Contributor

iskunk commented Jan 9, 2020

Is this still needed? The lowerquality.com site now has a valid SSL cert, and this change would degrade the security of the build process.

@Jargonautika
Copy link

I have recently run into this need as well. I was told:

ERROR: cannot verify lowerquality.com's certificate, issued by ‘CN=Let's Encrypt Authority X3,O=Let's Encrypt,C=US’: Issued certificate has expired. To connect to lowerquality.com insecurely, use --no-check-certificate'.`

But i have instead updated my own install_models.sh to indicate:

wget --no-check-certificate --verbose -t 0 --continue -O $filename $url

and now the build works better for me.

@willcrichton
Copy link

As of today (May 31, 2022) the --no-check-certificate fix to install_models.sh was still required.

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

Successfully merging this pull request may close these issues.

None yet

4 participants