Skip to content
Discussion options

You must be logged in to vote

Try to enable HTTPS inside the YARP container by configuring Kestrel with a certificate:

ASPNETCORE_URLS=https://+:443;http://+:80
ASPNETCORE_Kestrel__Certificates__Default__Path=/https/cert.pfx
ASPNETCORE_Kestrel__Certificates__Default__Password=<pwd>

and mount the pfx into /https. After that, map the host port.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Kralizek
Comment options

@engineering87
Comment options

Answer selected by davidfowl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants