Has anyone seen this issue when connecting to flyt...
# flyte-support
c
Has anyone seen this issue when connecting to flyte GRPC over TLS (i.e insecure: false). I get this error when just running “pyflyte info”. I verified I am able to use grpcurl to hit the server successfully but when using pyflyte I get this error:
Cannot check peer: missing selected ALPN property.
Follow up question: Now that I have
pyflyte info
working properly over TLS, I get this error at the end of every command:
Copy code
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1746000428.517432   35510 <http://init.cc:229]|init.cc:229]> grpc_wait_for_shutdown_with_timeout() timed out.
Any ideas what causes this error? Wondering if there's some other setting I need to change on the load balancer.
I guess we need to pull in this latest commit of the grpc package? https://github.com/grpc/grpc/commit/6b0f95b350f623c29ad24a4695a9aa2e8d0b1957
c
I guess you're running with a higher
logger
level? Otherwise I cannot repro that message
does workflow executions work for you?
c
yeah, workflow executions do indeed work for me
i am not changing the log level as far as i know (not sure how)
i only get the log message when using flyte grpc over TLS. when running insecure via port forwarding I don’t see this message