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

wget call in Dockerfile should use --no-check-certificate #11

Open
alvinslee opened this issue Apr 17, 2024 · 0 comments
Open

wget call in Dockerfile should use --no-check-certificate #11

alvinslee opened this issue Apr 17, 2024 · 0 comments

Comments

@alvinslee
Copy link

Dockerfile for cve-web includes a wget call to archive.apache.org. This is causing an error:

0.888 ERROR: The certificate of 'archive.apache.org' is not trusted.
0.888 ERROR: The certificate of 'archive.apache.org' hasn't got a known issuer.

To get around this, use wget --no-check-certificate https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.3/bin/apache-tomcat-8.5.3.tar.gz instead.

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

No branches or pull requests

1 participant