forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-8144: setting SNI server name is not needed if endpoint verific…
…ation is disabled (apache#5250) * GEODE-8144: endpoint identification in servers is not working modified the fix for this issue to not set the SNI server name parameter if endpoint verification is disabled. We're doing this because setting this parameter appears to decrease performance in large performance tests. * changed test to throw exceptions instead of asserting they don't exist * replaced check for SNI server name in SSL parameters with a more in-depth check * SSLParameters.getServerNames() may return a null value
- Loading branch information
1 parent
9e52198
commit b1107d2
Showing
2 changed files
with
29 additions
and
10 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