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
When running list index operation (or any other), the following error is presented:
Error: Hostname/IP does not match certificate's altnames: Host: subdomain.maindomain.com is not in the cert's altnames: DNS:maindomain.com
When in fact the certificate is for *.maindomain.com issued by AWS.
Can I use the ES_CA_CERT env in some way? Note that I can't retrieve the AWS certificate as it's issues internally.
My suggestion is to add USE_CA_CERT: true/false for testing and other internal purposes.