I am trying to build localhost copy of working application to improve development process.
I am using docker-compose for that. Now I am getting an error during sending request from one container to another. I know that it is related to SSL check. I am using self signed certs for docker compose.
I dont want to change the code to disable SSL valid check. Is is possible to use real existing cert from web server on localhost? Or something like that?