Hello! I'm trying to create c++ GRPC client (1.37.0) which work on macOS(Big Sur/Monterey on intel/m1) with TLS server verification. On windows similar client code works just fine. But on macOS I always get "TRANSIENT_FAILURE" on channel state. On server side there is "ssl handshake error". I found that there is a problem with HTTP/2 over TLS.
Is the insecure endpoint the only possible solution on macOS? Thx for your time & help. -- 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/12ccd1c0-32b7-4e83-86b8-0d660458088bn%40googlegroups.com.
