• Tomas Pospichal's avatar
    Remove anon from legacyAlgorithms when creating ssl server sockets. · d4dcb65f
    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
名称
最后提交
最后更新
..
service Loading commit data...
src Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
build.bat Loading commit data...
build.sh Loading commit data...