Skip to content
Discussion options

You must be logged in to vote

Okay, I made openssl to work by using this config (have to downgrade sec level to zero):

[openssl_init]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=0

openssl now verifies ok,

SSL handshake has read 2054 bytes and written 486 bytes
Verification: OK

but vector still reports error,

2023-09-02T03:06:30.670833Z ERROR rdkafka::client: librdkafka: Global error: SSL (Local: SSL error): sasl_ssl://my-broker:9093/bootstrap: SSL handshake failed: ssl/statem/statem_clnt.c:1890: error:0A000086:SSL routines::certificate verify failed (after 18ms in state SSL_HANDSHAKE)

By explicitly specify openssl …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jszwedko
Comment options

Answer selected by jszwedko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants