oidc_http_request curl_easy_perform failed with sslv3 alert bad certificate #1290
-
Hello everyone, I am attempting to use mod_auth_oidc with Keycloak. When enabling
My oidc conf looks like
I have my SSLCertificateFile, SSLCertificateKeyFile, SSLCertificateChainFile all defined in the proxy SSL conf. I had a basic config working with KC username and password auth. Trying to get x509 certificate auth working I'm hitting this problem. By the logs, it looks like mod_auth_oidc is trying to do a curl of the endpoint, but is failing on the client cert, which appears to not be set. Am I correct about that? If so, where is it supposed to be set that I am missing? If I do a
the endpoint is returned successfully. I can also
successfully. What am I missing here? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
using client certificate authentication on the - what should be a public - Discovery metadata document endpoint is not supported |
Beta Was this translation helpful? Give feedback.
using client certificate authentication on the - what should be a public - Discovery metadata document endpoint is not supported