C
C#2mo ago
RobertGee

Unsure of why i get cert errors, can anyone run this project with docker?

having issues forking / cloning this project and running it with the docker https://github.com/aspnetrun/run-aspnetcore-microservices Most images are failing due to HTTPS certs failing Not sure if i have done this wrong?
GitHub
GitHub - aspnetrun/run-aspnetcore-microservices: Microservices on ....
Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR...
4 Replies
Mayor McCheese
Mayor McCheese2mo ago
GitHub
Docker images: Unable to configure HTTPS endpoint · Issue #85 · asp...
Following the README file, everything works fine, but the main services like catalog, ordering, basket, etc., didn't worked due to HTTPS config exception. Exception: System.InvalidOperationExce...
Mayor McCheese
Mayor McCheese2mo ago
You need to do some manual work to get certs to work correctly, this issue that is reported is a starting place, but you'll need to use dotnet certs tool too something like dotnet dev-certs https -ep ./certificate.pfx -p "some-neat-password" --trust
RobertGee
RobertGee2mo ago
Hey @Right Dr. Mayor McCheese Esq. thanks for checking this out… when you say something like that… would exactly that work? I’m new to docker you see… but learning C#
Mayor McCheese
Mayor McCheese2mo ago
Oh so they're modifying the docker compose file adding in the yaml keys in that issue I linked, and adding the certificate locally And pointing out to docker where it is
Want results from more Discord servers?
Add your server