I\'ve been banging my head against the table with this one for a while now. I\'m. I\'ve successfully sent emails locally using an AWS access key and secret that has full acc
If you are using alpine docker image for example:
alpine docker image
FROM alpine:3.6 as alpine RUN apk add -U --no-cache ca-certificates FROM scratch COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
After adding root certificates ca-certificates, it will be working fine.
ca-certificates