C#C
C#3y ago
Dropps

✅ SSL Certificate for Docker for local development

hello there... i currently run into some issues with testing my app (asp.net web api and blazor web app) as i have both set to require an ssl certificate to run i would have to use some sort of local test cert well the issue with that is that when i run my apps using riders build in config starter everything is fine but as soon as i build the docker images for it and run it via that the development ssl certificate does not want to work anymore even tho i ran dotnet dev-certs https --trust before docker deploy

anyone some ideas what could be wrong?

env variables for both the api and the blazor web app are set to ASPNETCORE_ENVIRONMENT=Development on my local machine as well as in the docker compose file
Was this page helpful?