-
Bug
-
Resolution: Done
-
Minor
-
None
-
1.4.1.Final
-
None
I am not sure if this is realy a bug or a wrong configuration.
I try to authenticate vertx via keycloak over https.
If I request "/system/status" I got the following error in postman:
"Basic realm="apiman-gw" error="invalid_token" error_message="Failed to create SSL connection""
I use a self signed certificate for this.
If I add this SSL-Options in KeycloakOAuthFactory.java, I am able to create a https connection:
It seems that every SSL-Option (ssl-required) in the keycloak section in conf-es.json is ignored. Also truststure and Keystore?
msavy_jira May you can give me a hint to the right config or my mistake since you wrote the code for this?