netty / netty-tcnative

A fork of Apache Tomcat Native, based on finagle-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where can I find the compatibility b/w netty-tcnative and other netty components (netty-transport, netty-handlers, etc..)

xianggao001 opened this issue · comments

Hi, I met an issue:

Caused by: java.lang.Exception: Not supported using BoringSSL
	at io.netty.internal.tcnative.SSLContext.setCertRequestedCallback(Native Method)
	at io.netty.handler.ssl.ReferenceCountedOpenSslClientContext.newSessionContext(ReferenceCountedOpenSslClientContext.java:115)

and by searching I know some netty-all version is required (jchambers/pushy#733). However, I can not find an official doc stating the compatibility b/w netty-tcnative and other netty components. Is there such a guidance? Thanks!

@xianggao001 we release a netty-bom which has the right version in it.