Jeffrey Tolar created THRIFT-5873:
-------------------------------------
Summary: mTLS broken with python THttpClient
Key: THRIFT-5873
URL: https://issues.apache.org/jira/browse/THRIFT-5873
Project: Thrift
Issue Type: Bug
Components: Python - Library
Affects Versions: 0.22.0
Reporter: Jeffrey Tolar
https://github.com/apache/thrift/pull/3108 (THRIFT-5847) dropped {{key_file}}
and {{cert_file}} from the {{HTTPSConnection}} constructor. There was [some
discussion|https://github.com/apache/thrift/pull/3108#discussion_r1976379696]
on the PR about what was needed to replace it, but the conclusion wasn't quite
correct - {{TSSLSocket}} isn't used by {{THttpClient}}, and is instead a
separate transport implementation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)