dotnet-docker
dotnet-docker copied to clipboard
`dotnet/nightly/yarp-2.3-preview`: HTTPS support
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
@benjaminpetit
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.
[Triage] @benjaminpetit Does this require changes to the container app? Or can we just change the ENV var configuration in the image now?