I'm Trying to configure hotSwappable trustManager with Netty-shaded,

With same host machine, I'm able to add the trust at runtime, with 
different host machine it fails with the following error,
If I try the same by replacing the netty-shaded with netty the code works 
fine,
Is there any configuration to achieve the same in netty-shaded ?
Is there any other possible solution for achieving HotSwappable trust 
manager ?

Caused by: io.grpc.netty.shaded.io.netty.handler.codec.DecoderException: 
io.grpc.netty.shaded.io.netty.handler.ssl.ReferenceCountedOpenSslEngine$OpenSslException:
 
error:1000045c:SSL 
routines:OPENSSL_internal:TLSV1_ALERT_CERTIFICATE_REQUIRED
at 
io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:499)
at 
io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
at 
io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at 
io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at 
io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at 
io.grpc.netty.shaded.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at 
io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at 
io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/fc7d1c61-f4c3-4eb7-a7ac-971dc5c92cd9n%40googlegroups.com.

Reply via email to