Skip to content

Commit

Permalink
[fix] Use proxy ssl context consistently (#3175)
Browse files Browse the repository at this point in the history
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
  • Loading branch information
manav-a and karpetrosyan committed May 10, 2024
1 parent fa6dac8 commit 88a81c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpx/_transports/default.py
Expand Up @@ -303,6 +303,7 @@ def __init__(
),
proxy_auth=proxy.raw_auth,
proxy_headers=proxy.headers.raw,
proxy_ssl_context=proxy.ssl_context,
ssl_context=ssl_context,
max_connections=limits.max_connections,
max_keepalive_connections=limits.max_keepalive_connections,
Expand Down

0 comments on commit 88a81c5

Please sign in to comment.