wazuh / wazuh-docker

Wazuh - Docker containers
https://wazuh.com
Other
613 stars 340 forks source link

wazuh.dashboard-1 - tls_early_post_process_client_hello:version too low #1403

Closed Kamwebdev closed 5 days ago

Kamwebdev commented 2 weeks ago

I have issue after staring docker compose up on single node.
Due to an error, the entire dashboard does not start.

version: v4.8.0 os: Debian 12 docker: 26.1.4

I followed the instructions step-by step.

git clone https://github.com/wazuh/wazuh-docker.git 
cd wazuh-docker
git checkout v4.8.0
cd single-node
docker compose -f generate-indexer-certs.yml run --rm generator
docker compose up

My error: wazuh.dashboard-1 | {"type":"error","@timestamp":"2024-06-21T20:40:15Z","tags":["connection","client","error"],"pid":54,"level":"error","error":{"message":"140314190301120:error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1714:\n","name":"Error","stack":"Error: 140314190301120:error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1714:\n","code":"ERR_SSL_VERSION_TOO_LOW"},"message":"140314190301120:error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1714:\n"}

davidcr01 commented 1 week ago

Hello.

I tried to reproduce your problem but I could. The Docker deployment went successfully on a Debian 12 machine, with Docker version 26.1.4, build 5650f9b Docker version installed.

This error is quite rare, I would ask you to share information about your host in order to verify the problem with OpenSSL. Also, just to discard, I also ask you to perform the Docker deployment in another machine. This error is related to OpenSSL, as it reports that the used version is too low. OpenSSL is a dependency used in the Wazuh stack, but we don't manage it.