KeyCloak integration is giving 500 internal error, how to solve

So we’re trying to sign and use login through keycloak, opening the site, see the button Sign in using KeyCloak, clicking redirects us to our keycloak realm, but as soon as we write username and password, it shows us this
HTTP 599: error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none

This is our config file ( deploying using bitnami helm chart and on Openshift)

hub:
config:
JupyterHub:
admin_access: true
authenticator_class: generic-oauth
GenericOAuthenticator:
client_id: jupyterhub
client_secret:
oauth_callback_url: oauth
authorize_url: url
token_url: token
userdata_url:
userinfo
username_claim: nijat
tls_verify: false
enable_auth_state: true
login_service: ‘Keycloak’
redirectToServer: true

Before that we’ve created a client in keycloak and showed url’s in there
Root URL - our-jupyter.com
Valid redirect URIs - our-jupyter.com/hub/oauth_callback

Could not write full logs due to error in this site - says no more than 2 link, but yeah the problem is with certs

You can try overriding the HTTP client parameters in OAuthenticator:

What is your keycloak version?

Under version require url started “/auth/”

Not sure how to do it tbh… What exactly do you mean