I use a FreeIPA server on a CentOS machine. It also works as a Certification Authority.
A few HTTP services are running with certificates issued by FreeIPA and everything works well.
I have another CentOS server, connected to my domain, that has the FreeIPA root certificate setup correctly. When I curl https://freeipa.example.com
directly from that server I encounter no issue.
But this server also runs Docker containers, that seem to have issues to connect to the httpd servers running with my FreeIPA certificates.
When I run curl https://freeipa.example.com
I have the following issue: curl: (60) SSL certificate problem: unable to get local issuer certificate
.
It seems that Docker doesn't care about the root certificate that is setup into the CentOS server to connect to FreeIPA.
How can I solve this issue ?