0
votes

I was working to get my Netty working for Openssl support and I encounter these two errors

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
1
Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See What topics can I ask about here in the Help Center. Perhaps Super User or Unix & Linux Stack Exchange would be a better place to ask. Also see Where do I post questions about Dev Ops?. - jww
IMHO these are development questions. I have faced it while trying to run Netty with Openssl. I faced one of the Exceptions stated above when I was running 4.0.26.Final version and the other exception when moved to 4.0.35.Final. And finally it got resolved when I moved to 4.0.36.Final. I put it here as an answered question in case someone looks for it. In any case, if the moderators feel that this is not a question that meets the criteria I will take it away. But this is not a Dev Ops or system question. - Amod Pandey

1 Answers

1
votes

4.0.36.Final has the fix and works well with netty-tcnative