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

Error "x509: failed to load system roots and no roots provided" when waiting on a https #138

Open
frnhr opened this issue Aug 15, 2019 · 2 comments

Comments

@frnhr
Copy link

frnhr commented Aug 15, 2019

Running directly from the docker image, I'm getting an unexpected error:

$ docker run --rm jwilder/dockerize dockerize -wait https://www.google.com
2019/08/15 14:59:07 Waiting for: https://www.google.com
2019/08/15 14:59:07 Problem with request: Get https://www.google.com: x509: failed to load system roots and no roots provided. Sleeping 1s
2019/08/15 14:59:08 Problem with request: Get https://www.google.com: x509: failed to load system roots and no roots provided. Sleeping 1s
...

Am I using it wrong?

@tkrah
Copy link

tkrah commented Jan 25, 2022

Same here. The docs are missing how to provide the needed root certificates or how to skip cert validation.

@Prashantpv
Copy link

is there any to way to skip cert validation

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

3 participants