-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Using CLI tools to request service with mkcert certs does not work (macOS) #341
Comments
Same problem with httpie on bare metal Big Sur, although curl works normally:
But:
|
Related discussion on httpie httpie/cli#768 |
So I would conclude that it's problem with a certain cli tool and not mkcert. |
FYI this works for *nix: export REQUESTS_CA_BUNDLE="$(mkcert -CAROOT)/rootCA.pem"
https localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Will end up with following error:
Original issue from our tool:
druidfi/stonehenge#47
The text was updated successfully, but these errors were encountered: