Hi All,
I am trying to start a gRPC server, the server is supposed to be secure using openSSL
So i am create a SslContextBuilder from GrpcSSLBuilder.configure and passing SSLProvider as OpenSSL
But the code is always throwing exception sometimes that the tc-native is failed to load , or initialization failed.
Any pointers how to resolve this problem
The java version is
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
The open SSL version is 1.1.0f
grpc version is 1.0.1
I have tried the netty-tc-native version 2.0.3, netty-tc-native version 1.1.33.Fork26, netty-tcnative-boringssl-static-2.0.3.Final etc but could not succeed.
Kindly provide some pointers so that i can proceed, currently this is blocking my production release.