我正在努力让我的Netty支持Openssl,我遇到了这两个错误
https://github.com/netty/netty/issues/4828 - UnsupportedOperationException when Unsafe not available
https://github.com/netty/netty/issues/4918 - io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: error:10000103:SSL routines:OPENSSL_internal:UNSUPPORTED_PROTOCOL发布于 2016-05-06 19:39:43
4.0.36. fix已修复,并与netty-tcnative配合良好
https://stackoverflow.com/questions/37071456
复制相似问题