-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ALPN and better auth to SSLContext used for raw Thrift client
Summary: This was found from logs like https://fburl.com/scuba/thrift_connection_events/4ki5vhy2, showing an empty "Client Alpns" list. Rocket should be used with an "rs" ALPN value. Most of these changes come from https://www.internalfb.com/intern/wiki/Secure_Thrift/User_Guide/TLS/Special_Cases/ Reviewed By: xiangxu1121 Differential Revision: D52699658 fbshipit-source-id: 3775047f5fad390fcfa43bd68ac817dfdde9ed8c
- Loading branch information
1 parent
08b27ed
commit f5e4a78
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters