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
Copy file name to clipboardExpand all lines: extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -260,12 +260,13 @@ public interface RestClientsConfig {
260
260
/**
261
261
* The name of the TLS configuration to use.
262
262
* <p>
263
-
* If not set and the default TLS configuration is configured ({@code quarkus.tls.*}) then that will be used.
264
263
* If a name is configured, it uses the configuration from {@code quarkus.tls.<name>.*}
265
264
* If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
266
265
* <p>
267
266
* If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
268
267
* <p>
268
+
* The default TLS configuration is <strong>not</strong> used by default.
269
+
* <p>
269
270
* This property is not applicable to the RESTEasy Client.
0 commit comments