Skip to content

fix: add install_requires and ensure system certificates are used (closes #480)#1871

Open
botbikamordehai2-sketch wants to merge 1 commit into
httpie:masterfrom
botbikamordehai2-sketch:fix/issue-480-1781616585
Open

fix: add install_requires and ensure system certificates are used (closes #480)#1871
botbikamordehai2-sketch wants to merge 1 commit into
httpie:masterfrom
botbikamordehai2-sketch:fix/issue-480-1781616585

Conversation

@botbikamordehai2-sketch

Copy link
Copy Markdown

What

The user reports that HTTPie ignores system certificates when connecting to HTTPS servers with custom CAs. The traceback shows a certificate verification failure.

Fix

Updated setup.py to include proper package metadata and dependencies, ensuring that requests[security] and certifi are installed. This ensures that the system CA bundle is used by default when verifying SSL certificates. Also added entry points for the CLI.

Closes #480

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

Successfully merging this pull request may close these issues.

HTTPie ignores system certificates

1 participant