Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL not available at build time #1050

Open
amananurag opened this issue Oct 31, 2023 · 1 comment
Open

OpenSSL not available at build time #1050

amananurag opened this issue Oct 31, 2023 · 1 comment

Comments

@amananurag
Copy link

I am getting below error

Unsupported value "SASL_SSL" for configuration property "security.protocol": OpenSSL not available at build time

when I log kefka.features , I do not see ssl
[
'gzip', 'snappy',
'sasl', 'regex',
'lz4', 'sasl_gssapi',
'sasl_plain', 'plugins',
'http' ]

this is the ssl config I have

OpenSSL 3.1.4 24 Oct 2023 (Library: OpenSSL 3.1.4 24 Oct 2023)
built on: Tue Oct 24 13:41:51 2023 UTC
platform: darwin64-arm64-cc
options: bn(64,64)
compiler: clang -fPIC -arch arm64 -O3 -Wall -DL_ENDIAN -DOPENSSL_PIC -D_REENTRANT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG
OPENSSLDIR: "/opt/homebrew/etc/openssl@3"
ENGINESDIR: "/opt/homebrew/Cellar/openssl@3/3.1.4/lib/engines-3"
MODULESDIR: "/opt/homebrew/Cellar/openssl@3/3.1.4/lib/ossl-modules"
Seeding source: os-specific
CPUINFO: OPENSSL_armcap=0x187d

@robertlight
Copy link

use openssl-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants