You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): include CA certificates in Docker image (#483)
Ensure the image contains trusted CA certificates so the app can establish
secure HTTPS connections to AWS services. Without them, TLS handshakes
fail with **x509: certificate signed by unknown authority**:
`failed to check if infra exists: operation error SQS: GetQueueUrl, exceeded maximum number of attempts, 3, https response error StatusCode: 0, RequestID: , request send failed, Post "https://sqs.eu-west-1.amazonaws.com/": tls: failed to verify certificate: x509: certificate signed by unknown authority`
0 commit comments