Logstach SSL issue

Hello,

I m new to Logstach/ElasticSearch. I m trying to configure the system to use SSL:
I have downloaded xpack to create the SSL documentation . I m having hard time to
configure it. Logstach is logstach-5.6.1.

I have used x-pack for generating the SSL certificate :cold_sweat:

[root@els localhost]# curl -v --cacert localhost.crt https://localhost:5044

  • About to connect() to localhost port 5044 (#0)
  • Trying ::1... connected
  • Connected to localhost (::1) port 5044 (#0)
  • Initializing NSS with certpath: sql:/etc/pki/nssdb
  • CAfile: localhost.crt
    CApath: none

NO OUTPUT

Here is logstach log .

[2017-09-27T13:28:43,419][INFO ][org.logstash.beats.BeatsHandler] Exception: javax.net.ssl.SSLHandshakeException: error:100000c0:SSL routines:OPENSSL_internal:PEER_DID_NOT_RETURN_A_CERTIFICATE, from: /127.0.0.1:42800
[2017-09-27T13:28:57,462][INFO ][org.logstash.beats.BeatsHandler] Exception: javax.net.ssl.SSLHandshakeException: error:10000412:SSL routines:OPENSSL_internal:SSLV3_ALERT_BAD_CERTIFICATE
[2017-09-27T13:29:57,990][INFO ][org.logstash.beats.BeatsHandler] Exception: javax.net.ssl.SSLHandshakeException: error:100000c0:SSL routines:OPENSSL_internal:PEER_DID_NOT_RETURN_A_CERTIFICATE
[2017-09-27T13:30:28,482][INFO ][org.logstash.beats.BeatsHandler] Exception: javax.net.ssl.SSLHandshakeException: error:100000c0:SSL routines:OPENSSL_internal:PEER_DID_NOT_RETURN_A_CERTIFICATE

Thanks for your Help !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.