-
Notifications
You must be signed in to change notification settings - Fork 537
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stopTLS leverages ExtractedIdentityCert to keep credentials after dro…
…pping certificate Summary: When dropping down to plain, we currently keep the X509 payload in order to eventually extract identities. This was attempted to be fixed in D49045451 - however that caused the identities to not be kept and authentication failure ensued. This diff attempts to: - Extract identities when dropping down to plain - Drop the SSL context as soon as we do so This ensures that we have identities downstream, without needing the X509 payload. Reviewed By: frqiu Differential Revision: D49611022 fbshipit-source-id: 7f4246c938c613dd13c973cb07300b53769f36df
- Loading branch information
1 parent
275a7e6
commit d22e9b8
Showing
3 changed files
with
19 additions
and
9 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
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