Sredny M Casanova
Sredny M Casanova

Reputation: 5053

Using SSL with docker containers

I am having a trouble related with SSL certificates. I have a server running service in a docker container, I installed Caddy and get the SSL certificate for the site. Now, from other server I want to consume the service with HTTPS, but I get:

x509: certificate signed by unknown authority exit status 1

And, it seems to be a common issue when using docker + SSL. What should I do? thanks

Upvotes: 1

Views: 423

Answers (1)

Ricardo Branco
Ricardo Branco

Reputation: 6079

Install the ca-certificates package.

Upvotes: 1

Related Questions