The SNI hostname is required when hostname validation is enabled #39475
Closed
toas-jyskebank-dk
started this conversation in
Community
Replies: 2 comments
-
@toas-jyskebank-dk Can you please create an issue from this discussion and add an infinispan label ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This turned out to be an error on my side. I'm closing this conversation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to upgrade my Quarkus application from version 3.3.2 to 3.8.2
When I try to start the application I get the following error, preventing me from starting the application
org.infinispan.commons.CacheConfigurationException: ISPN004112: The SNI hostname is required when hostname validation is enabled
I'm aware, that the setting
quarkus.infinispan-client.ssl-host-name-validation
has changed its default value to true, so I set the value to false in my application.properties.So, it seems, that this specific setting is being ignored on startup.
Anyone else experiencing that?
Beta Was this translation helpful? Give feedback.
All reactions