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

'http --verify no' does verify SSL Certificate #12

Open
andredias opened this issue May 8, 2020 · 1 comment
Open

'http --verify no' does verify SSL Certificate #12

andredias opened this issue May 8, 2020 · 1 comment

Comments

@andredias
Copy link

I'd like to use http with HTTP/2 to test localhost served by Caddy and its localhost self-signed certificates. However, even with option --verify no, http (with httpie-http2) still verifies the certificate:

$ http --verify no https://localhost

http: error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)

Without httpie-http2, http works fine.

@cas--
Copy link

cas-- commented Aug 20, 2021

Duplicate issue and fix in #7 (comment) is to install latest version of hyper:

pip install -U git+https://github.com/Lukasa/hyper.git

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

2 participants