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
I've wasted a lot of time debugging this issue, because there was no clear error. I put the cli53 binary in my git repository and try to run it from a GitLab pipeline in a Debian 10 docker container. When no TLS root certificates are present on the system (package ca-certificates), it seems like cli53 just hangs when running a command. But under the hood it's hitting a "TLS bad certificate" error all the time.
cli53 version (cli53 --version)
cli53 version 0.8.17
OS / Platform
Debian 10
Steps to reproduce
docker run -it debian:buster /bin/bash
apt-get update -qq && apt-get install -yqq wget # which will install package ca-certificates as well
wget https://github.com/barnybug/cli53/releases/download/0.8.17/cli53-linux-amd64
chmod +x cli53-linux-amd64
apt-get purge -y ca-certificates
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
./cli53-linux-amd64 list -d
Issue type
I've wasted a lot of time debugging this issue, because there was no clear error. I put the cli53 binary in my git repository and try to run it from a GitLab pipeline in a Debian 10 docker container. When no TLS root certificates are present on the system (package ca-certificates), it seems like cli53 just hangs when running a command. But under the hood it's hitting a "TLS bad certificate" error all the time.
cli53 version (cli53 --version)
cli53 version 0.8.17
OS / Platform
Debian 10
Steps to reproduce
Expected behaviour
List the hosted zones
Actual behaviour
cli53 keeps retrying with no response:
Have you checked if the documentation has the information you require?
yes
Could you contribute a fix or help testing with this issue?
It would be nice if this was just mentioned in README.md as dependency.
The text was updated successfully, but these errors were encountered: