sudo ./rcstack cli cmd curl <URL>
attaching /home/ubuntu/docker-rhodecode/config/_shared under: /vol/confvolume
ENTRYPOINT: Running rhodecode_vcsserver with cmd 'curl'
checking if config files needs bootstrapping
curl: (7) Failed to connect to <URL> port 443 after 0 ms: Connection refused
which sounds bad. Same thing happens with port 80.
But a simpler cURL call like
curl <URL>
gives an HTTP 302 response (“you should be redirected automatically”), which is OK.
And consistent, because as I said, the web portal just works.
Am I’m missing something obvious?