With net-misc/httpie-3.2.2:0 and dev-python/requests-2.32.3:0, httpie cannot make https connections: $ http https://google.com http: error: SSLError: HTTPSConnectionPool(host='google.com', 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:1004)'))) while doing a GET request to URL: https://google.com/ This is a known issue in upstream, the dependent requests version should be limited to <= 2.31 https://github.com/httpie/cli/commit/7f03c52d2237440c5a672296ce6955aae4ed4f09 https://github.com/httpie/cli/issues/1583
I can confirm the issue. Besides a requests version I needed the following patch, to make it work: https://github.com/httpie/cli/commit/fd30c4ef6230a927f9dcfad6301c40e8bf846156.patch