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 am attempting to connect to an ES cluster over TLS from and the connection fails because the TLS certificate can not be verified. I have placed them inside docker and still getting this error.
Following is my DockerFile
COPY config/server-cert.crt /usr/local/share/ca-certificates/server-cert.crt
COPY config/server-cert.key /usr/local/share/ca-certificates/server-cert.key
COPY config/ca.crt /usr/local/share/ca-certificates/ca.crt
COPY config/trustedca.crt /usr/local/share/ca-certificates/trustedca.crt
COPY rule_templates/ /opt/elastalert/rule_templates
COPY elastalert_modules/ /opt/elastalert/elastalert_modules
RUN chmod 644 /usr/local/share/ca-certificates/trustedca.crt
RUN chmod 644 /usr/local/share/ca-certificates/server-cert.crt
RUN chmod 644 /usr/local/share/ca-certificates/server-cert.key
RUN chmod 644 /usr/local/share/ca-certificates/ca.crt
RUN update-ca-certificates
I am attempting to connect to an ES cluster over TLS from and the connection fails because the TLS certificate can not be verified. I have placed them inside docker and still getting this error.
Following is my DockerFile
And following is Elastalert config
Can someone help me here
The text was updated successfully, but these errors were encountered: