Community
Participate
Working Groups
When setting sslContextFactory.setIncludedProtocols("TLSv1", "TLSv1.1"), the order is important because it determines what version the client will use in the ClientHello SSL message. Currently, included protocols are stored in a HashSet, thereby losing ordering.
Fixed by using LinkedHashSets where relevant.
*** Bug 385424 has been marked as a duplicate of this bug. ***