-
All proxies are running in docker container. (Lastest YARP) We have a scenario, where we have a YARP instance (Let's call internet-proxy) facing internet running on https. This instance forwards a few requests to another YARP instance (Let's call internal-proxy) running internally on http(no ssl here). An http2 requests from client originates and hits (internet-proxy), since it is it a grpc call, we have configured it to be forwarded as http2 and require exact version. Connection to internal-proxy fails with following: external-proxy: (makes call to internal-proxy) But fails to perform Handshake with following error: System.Net.Http.HttpRequestException: An error occurred while sending the request. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is suspect, that should say 'streaming' for gRPC calls. Can you collect full debug logs for the server? |
Beta Was this translation helpful? Give feedback.
This is suspect, that should say 'streaming' for gRPC calls. Can you collect full debug logs for the server?