Communicating from a Docker containerized .Net 6 API to .Net Framework 4.7.2 API
I have been running several .Net 6 APIs in Linux Docker in my local development environment for my work.
I have been able to get the containerized APIs to communicate with each other after resolving some roadblocks I had with the SSL certificates on the containers. It took me a while to figure that out, but I finally was able to get them to work.
In my local environment, I have a .Net Framework 4.7.2 API running in IIS that one of the containerized API needs to communicate with. That .net Framework API is running in my host machine.
The problem I am facing right now is regarding the SSL certificates. I used the same technique that I used with the other containerized APIs to add the SSL certificates in the containers that require them, but that does not seem to work with this .Net Framework API, I am getting the following error message: