reverse-proxy icon indicating copy to clipboard operation
reverse-proxy copied to clipboard

A toolkit for developing high-performance HTTP reverse proxy applications.

Results 168 reverse-proxy issues
Sort by recently updated
recently updated
newest added

The [docs](https://learn.microsoft.com/en-gb/aspnet/core/fundamentals/servers/yarp/lets-encrypt?view=aspnetcore-9.0) for Let's Encrypt mention using [natemcmaster/LettuceEncrypt ](https://github.com/natemcmaster/LettuceEncrypt). As it happens, though, the repository for it was archived on 24th of April ![Image](https://github.com/user-attachments/assets/b39d059d-55f3-4a0b-9c45-2e8f62284fd5) with the [explanation](https://github.com/natemcmaster/LettuceEncrypt/issues/307) being that it...

Type: Documentation
help wanted

### Describe the bug We started seeing a spike in TCP Close Wait / Http Queue Length (+4k) on one of our Azure App Services for Windows running YARP. Scaling...

Type: Bug

**Upd with a short summary of the whole thread:** Not fixed. See a temporary [workaround](https://github.com/microsoft/reverse-proxy/issues/2721#issuecomment-2609855106). ## Description We are experiencing **"Stream was already consumed"** issue, which has been explained previously:...

Type: Bug

### Describe the bug Using the `TlsFrameHelper` to parse ClientHello doesn't populate very much information if the record layer version is SSL3.0. Specifically, the `TlsFrameInfo.SupportedVersions` isn't populated with the ClientHello...

Type: Bug

Our application makes use of the Host header and so we use the `RequestHeaderOriginalHost` option in YARP. But there are certain healthcheck endpoints which get called by IP address and...

Type: Idea

Notes - Mount the files to the container - Decide what config we would need to expose

Container

Hello, We are using an implementation of `IProxyConfigProvider` to handle our YARP Configuration. We're struggling with a way to handle situations where the updated config becomes invalid and the proxy...

Hello community, I am currently implementing YARP (Yet Another Reverse Proxy) in my Blazor Server application to proxy multiple existing projects. However, I am encountering the following issues: 1. **Static...

### What should we add or change to make your life better? When using Yarp and OpenTelemetry with the Aspire dashboard, all requests show in the dashboard with the route...

Type: Documentation
help wanted