i am trying to run a grpc server behind an reverse proxy (HAProxy), as haproxy doesn't support http2 yet, i am using mode tcp.
the grpc traffics from client to server pass through fine when i use mode tcp and did not use any tls cert.
But when i am using any public tls cert, the cert is being terminated at the reverse proxy, the communication seems not working.
Seeing a lot of
transport: http2Client.notifyError got notified that the client transport was broken EOF.
now in my senario how can i achive an tls termination to reverse proxy from client?