I'm using a modified version of the AWS Fargate container template and am attempting to configure TLS with the Let's Encrypt environment variables.
I have an HTTPS listener that is listening on port 443 and forwarding to 8443. I have updated the various connect-api container ports in the template to 8443 as well.
I own the domain. The docs are a bit sparse and it's marked as a TODO in the template. Can you provide further clarification of how to configure this or how to troubleshoot it?
Also, do you have a recommended method for placing custom TLS files in the container?
Hello,
I'm using a modified version of the AWS Fargate container template and am attempting to configure TLS with the Let's Encrypt environment variables.
I have an HTTPS listener that is listening on port 443 and forwarding to 8443. I have updated the various connect-api container ports in the template to 8443 as well.
The TLS handshake is failing with:
{"log_message":"(E) Requesting LetsEncrypt certificate: [example.com] solving challenges: example.com: no solvers available for remaining challenges (configured=[tls-alpn-01] offered=[http-01 dns-01 tls-alpn-01] remaining=[http-01 dns-01]) (order=https://acme-v02.api.letsencrypt.org/acme/order/394822390/61236891500) (ca=https://acme-v02.api.letsencrypt.org/directory)","timestamp":"2022-02-04T19:20:05.741009245Z","level":1}
I own the domain. The docs are a bit sparse and it's marked as a TODO in the template. Can you provide further clarification of how to configure this or how to troubleshoot it?
Also, do you have a recommended method for placing custom TLS files in the container?
Thanks,
Alex