Closed
Description
I'm implementing a protocol using this and get this error in the handshake to an external server.
javax.net.ssl.SSLHandshakeException: QUICHE_ERR_TLS_FAIL: error:1000007e:SSL routines:OPENSSL_internal:CERT_CB_ERROR
The certificates are self signed, with an extension, and I have a custom trustmanager which is correctly verifying the certs and extension.
The same cert code works fine with TLS over TCP and netty. I've found this doc on the openssl error: https://www.openssl.org/docs/man1.0.2/man3/SSL_CTX_set_cert_cb.html which suggest some kind of error in the cert callback.
Any advice would be much appreciated, thank you for the awesome project.
Metadata
Metadata
Assignees
Labels
No labels