Skip to content

Commit 88a81c5

Browse files
[fix] Use proxy ssl context consistently (#3175)
Co-authored-by: Kar Petrosyan <[email protected]>
1 parent fa6dac8 commit 88a81c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httpx/_transports/default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def __init__(
303303
),
304304
proxy_auth=proxy.raw_auth,
305305
proxy_headers=proxy.headers.raw,
306+
proxy_ssl_context=proxy.ssl_context,
306307
ssl_context=ssl_context,
307308
max_connections=limits.max_connections,
308309
max_keepalive_connections=limits.max_keepalive_connections,

0 commit comments

Comments
 (0)