dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

`dotnet/nightly/yarp-2.3-preview`: HTTPS support

Open lvde0 opened this issue 9 months ago • 3 comments

Describe the Problem

The nightly YARP image enforces HTTP by setting ASPNETCORE_URLS=http://+:5000. See here.

Are there plans to support HTTPS in the future?

Describe the Solution

Additional Context

lvde0 avatar Jul 21 '25 12:07 lvde0

@benjaminpetit

lbussell avatar Jul 21 '25 14:07 lbussell

Hi @lvde0

Yes it's in progress. I guess in a next preview we could remove this enforcement, since it's not really needed anyway.

benjaminpetit avatar Jul 22 '25 12:07 benjaminpetit

[Triage] @benjaminpetit Does this require changes to the container app? Or can we just change the ENV var configuration in the image now?

lbussell avatar Jul 28 '25 18:07 lbussell