aws-ecr-http-proxy
aws-ecr-http-proxy copied to clipboard
Health check fails on secure server
The health check keeps checking localhost:443 (where I have it running), which the certificates don't include for use. It works when using the proper service name, but fails for localhost.
I'd suggest an ENV variable that default to localhost, but can use the FQDN provided.