Hi, I am starting a GRPC java client with TLS1.2 authentication. The code is working fine in linux x86 machine. But when I am trying to run the code on ARM machine, its giving me the error "ALPN is not configured properly" while building SSL Context.
What could be the possible reason for this error? Does the behavior changes if i create SSLA context for running a client or Server (in context with ARM)?? Any pointers?? Some information 1. we are using grpc 1.6 and netty 1.28 (Tried with grpc 1.11 as well) 2. we are using SSL Provider as JDK Regards, Deepak -- 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/f6c6180f-1bf6-45cb-abdd-946b3f8153a4%40googlegroups.com.
