YARP as Forward Proxy with HTTPS #1829
-
Hi, We set our YARP endpoint as Proxy at the HTTPClient and try to call another Service that listens on HTTPS. When testing with cURL we got this message:
Port: 7285 is HTTP and 7289 is HTTPS of our YARP Proxy. BR |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, YARP is a reverse proxy and it does not implement CONNECTs. See #298 (comment). You can either
|
Beta Was this translation helpful? Give feedback.
No, YARP is a reverse proxy and it does not implement CONNECTs.
You lose all benefits of a reverse proxy when tunneling https traffic.
See #298 (comment).
You can either