Aspire python app giving certificate errors when debugging
So I followed the guide here https://learn.microsoft.com/en-us/dotnet/aspire/get-started/build-aspire-apps-with-python?tabs=powershell
And after adding the following code:
I now get the error
I also added
Any tips?
And after adding the following code:
I now get the error
ssl_transport_security.cc:1654] Handshake failed with fatal error SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILEDI also added
"ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true" to the launchSettings.json, but that doesn't help.Any tips?
Learn how to integrate Python apps into a .NET Aspire app host project.

