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
Setting the base URL of the client is **mandatory**, however the REST Client supports per-invocation overrides of the base URL using the `@io.quarkus.rest.client.reactive.Url` annotation.
493
493
====
494
494
495
-
=== Disabling Hostname Verification
495
+
=== Trusting all certificates and Disabling SSL hostname verification
496
496
497
-
To disable the SSL hostname verification for a specific REST client, add the following property to your configuration:
497
+
[WARNING]
498
+
====
499
+
This properties set should not be used in production.
500
+
====
501
+
502
+
You can configure TLS connection of specific REST client to trust all certificates and disable the hostname verification using tls extension.
503
+
First of all, you should configure tls configuration bucket.
0 commit comments