-
由 Tomas Pospichal 提交于
Restores the ability of H2 in default configuration to use ssl connections out-of-the-box. The security property jdk.tls.legacyAlgorithms exists in newer Java versions and its default value effectively prevents anonymous TLS from being used. The modification is only attempted when h2.enableAnonymousTLS is true and makes SSL server socket behaviour during handshake more similar to that of older JREs. Note that the setting affects all SSL server sockets on the same JVM.
d4dcb65f
要查找这些版本在本项目版本库库的状态,请查看
标签。