On my Netty server, I need to exclude TLS_1.0 and TLS_1.1 protocols. However, seems like Netty SslContextBuilder doesn\'t allow to exclude specific suits. How c
SslContextBuilder