-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE-840] Fix discovery error on mutual TLS (#197)
* Fix discovery error on mutual TLS & Delete trailing spaces * Define 'clientTlsIdentity' variable as the exact type and initialize to null * Update Identity to X509Identity * Add getClientTlsIdentity() function * Modify the part of obtaining clientTlsIdentity to use fabricConfig Signed-off-by: myeongkil <clevermk7211@gmail.com>
- Loading branch information
Showing
3 changed files
with
26 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