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

mkcert generated certs don't work with CLI tools #47

Open
back-2-95 opened this issue Feb 13, 2021 · 1 comment
Open

mkcert generated certs don't work with CLI tools #47

back-2-95 opened this issue Feb 13, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@back-2-95
Copy link
Member

back-2-95 commented Feb 13, 2021

E.g. if I make requests to my local container (Traefik + mkcert generated certs) with Httpie. Note that these certs work when accessing the site with Chrome or Firefox. I use macOS Big Sur atm.

$ http --headers https://portainer.docker.so

Will end up with following error:

http: error: SSLError: HTTPSConnectionPool(host='portainer.docker.so', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)'))) while doing a GET request to URL: https://portainer.docker.so/
@back-2-95
Copy link
Member Author

back-2-95 commented Feb 13, 2021

I can bypass this with:

http --verify=false --headers https://portainer.docker.so

@back-2-95 back-2-95 added the wontfix This will not be worked on label May 6, 2021
@druidfi druidfi locked as resolved and limited conversation to collaborators Jun 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Development

No branches or pull requests

1 participant