lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

SSL example does not work. #180

Open cmdctl opened 2 years ago

cmdctl commented 2 years ago

The SSL example given in the docs does not work... When ENABLE_SSL env variable is set then the container exits with code 127

Steps to reproduce:

Output docker ps -a

CONTAINER ID   IMAGE                    COMMAND                  CREATED          STATUS                        PORTS     NAMES
ed34dd08f518   lensesio/fast-data-dev   "/usr/bin/dumb-init …"   49 seconds ago   Exited (127) 49 seconds ago             unruffled_leavitt

Output docker logs ed34dd08f518

TLS enabled.
Creating CA and key-cert pairs.
andsarr commented 2 years ago

This is the problem:

/usr/local/bin/setup-and-run.sh: line 397: /usr/local/bin/quickcert: No such file or directory

Installing this one solves the issue: https://github.com/andmarios/quickcert/releases/download/1.1/quickcert-1.1-linux-amd64

The QUICKCERT_URL should be changed in the dockerfile

viveks7 commented 12 months ago

@andmarios Can we merge this? Facing the same issue.