Tomcat and grpc upgraded to ssl

I have a web application that is deploying to tomcat 8 and this application also provides grpc service for another module, now I want to do a http service update https and also grpc use ssl, but I have some problems on this job. tcnative-1.dll is supported by tomcat in https but grpc doesn't use it, i used netty-tcnatice but it doesn't work in my tomcat, it seems like two things can't work together, if i use tomcat dll grpc gives an error no encountering error installing openssl install lib: Jetty ALPN / NPN is not configured properly. how could i do this? please help, thanks.

0


source to share


1 answer


Tomcat incompatibility fixed with netty-tcnative 2. For now, you should be using grpc-java 1.4.0, which is compatible with netty-tcnative v2.0.5.



0


source







All Articles