on. For example, I use Alpine linux as my Docker base
> image for my Go services, and I must install the certificates like this via
> the Dockerfile:
>
> RUN apk update && apk add ca-certificates
>
> Find the correct way to do that in your Docker base image.
>
> -- M
I am using a dockerized Golang image to connect to my Azure SQL server
database. When I try to ping it, I am running into "TLS Handshake failed:
x509: certificate signed by unknown authority". I am able to run my app
from my box without dockerization without any issues. I am also able to
able t