testserver

Calling thirdparty container with .net core TestHost/TestServer via SSL: Bypass SSL Validation using Testservers CreateClient() method

别等时光非礼了梦想. 提交于 2021-02-11 08:02:20
问题 I am trying to add keycloak as a testcontainer to my .net core (5) integration tests using the dotnet-testcontainers library . My Problem is, I am struggling with HTTPS-Support having a container using self-signed certificates and TestServer-Class for my integration tests. To be precise, I am using Microsofts TestServer class to create real API requests with an in-memory config for using a keycloak-testcontainer with exposed port 8443 and its self-signed certificate. The Problem is: I can’t