Hello there, I´m trying to use my godaddy wildcard ssl on elk stack but for some reason is not working. Can someone point me to the right direction? Follow my config:
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.key: certs/server.key
xpack.security.transport.ssl.certificate: certs/server.crt
xpack.security.transport.ssl.certificate_authorities: [ "certs/server_bundle-g2-g1.crt" ]
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.key: certs/server.key
xpack.security.http.ssl.certificate: certs/server.crt
xpack.security.http.ssl.certificate_authorities: certs/server_bundle-g2-g1.crt
And this is the message I´m geeting:
[WARN ][o.e.h.AbstractHttpServerTransport] [elk] caught exception while handling client http traffic, closing connection Netty4HttpChannel{localAddress=/192.168.10.1:9200, remoteAddress=/172.0.0.10:58625}
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate
PS: When I donwload the certificate from godaddy, I receive this:
93rfs8dhf834hts.crt
93rfs8dhf834hts.pem
gd_bundle-g2-g1.crt
gdig2.crt.pem
Cheers.