Curl ssl error from Logstash Docker

Hello,

I am doing test with official ELK Docker images.

I have a cluster setup with Docker compose working

I start a Logstash Docker then enter in it's shell to test if it can connect to cluster so I run a :

curl -k https://elastic-compose_es01_1:9200

I get error: curl: (35) error:14094417:SSL routines:ssl3_read_bytes:sslv3 alert illegal parameter

I can connect correctly from my Docker host.

Is it expected that curl fails in Logstash Docker (missing libraries) ?

Any suggestions?

Thank you
P.

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