You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to support TLS connection. Our case is Temporal server, that works under TLS. It can be reached by grpcurl:
grpcurl temporal-dev:7233 list
grpc.health.v1.Health
grpc.reflection.v1alpha.ServerReflection
temporal.api.operatorservice.v1.OperatorService
temporal.api.workflowservice.v1.WorkflowService
temporal.server.api.adminservice.v1.AdminService
but at the same time while connecting to it with RR it throws error:
handle_serve_command: Serve error:
endure_start:
endure_serve_internal: Function call error:
endure_call_serve_fn: got initial serve error from the Vertex roadrunner_temporal.Plugin, stopping execution, error: temporal_plugin_serve: failed reaching server: last connection error: connection closed before server preface received
Temporal part of rr.yaml is the following:
temporal:
address: temporal-dev:7233
The text was updated successfully, but these errors were encountered:
Support TLS connection
Need to support TLS connection. Our case is Temporal server, that works under TLS. It can be reached by grpcurl:
but at the same time while connecting to it with RR it throws error:
Temporal part of rr.yaml is the following:
The text was updated successfully, but these errors were encountered: