I have added SSL certificate ti single node cluster and I'm ended up with this error?

I have successfully installed SSL certificate and restarted the elasticsearch instance. Then while I'm running this query

curl -k http://localhost:9200?pretty -u elastic
I'm getting this error
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number

1 Like

Hi Kartheek,
First please try https://localhost:9200 and add the -v parameter to the curl command and post the output.
Also you can check the ssl-cert with the following command:

openssl x509 -in certificate.crt -text -noout

Regards,
Simon

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