You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.ClassNotFoundException: io.quarkus.restclient.NoopHostnameVerifier
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:421)
at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:371)
at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:421)
at io.quarkus.bootstrap.classloading.QuarkusClassLoader.loadClass(QuarkusClassLoader.java:371)
at io.quarkus.rest.client.reactive.runtime.RestClientCDIDelegateBuilder.registerHostnameVerifier(RestClientCDIDelegateBuilder.java:150)
Expected behavior
It is documented that HostnameVerifier is not supported right now - not sure if it is a permanent restriction though. Perhaps for now it should fail with a more informative warning
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting
quarkus,tls.trust-all=true
leads toExpected behavior
It is documented that HostnameVerifier is not supported right now - not sure if it is a permanent restriction though. Perhaps for now it should fail with a more informative warning
The text was updated successfully, but these errors were encountered: