1

我试图找到一种在我的开发机器中使用 Dapr 的方法。

Windows 10 Docker Desktop WSL 2 Docker Compose Visual Studio 2019 Asp.Net Core .... 我面临的问题很明显,我现有的解决方案是在 HTTPS 方案中运行的。因此,我尝试使用 Sentry 来模拟 Kubernate 对自动生成的证书所做的事情。

sentry:
        container_name: "dapr.sentry"
        image: "daprio/sentry:latest"
        command: ["./sentry", "-issuer-credentials", "/certs", "-config", "/configuration/dapr-config.yaml"]
        volumes:
            - "./dapr/certs/:/certs"
            - "./dapr/configuration/:/configuration"
        depends_on:
            - placement

证书生成成功。但我仍然在边车中收到错误:

app returned http status code 500 from subscription endpoint

我知道这不是问题,但文档中有一个湖。我认为这个错误与https有关。我对么?如何使用https修复它?

4

0 回答 0