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-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -262,10 +262,9 @@ public interface RestClientsConfig {
262
262
* <p>
263
263
* If a name is configured, it uses the configuration from {@code quarkus.tls.<name>.*}
264
264
* If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
265
+
* The default TLS configuration will be ignored.
265
266
* <p>
266
-
* If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
267
-
* <p>
268
-
* The default TLS configuration is <strong>not</strong> used by default.
267
+
* If no named TLS configuration is set, then the key-store, trust-store, etc. properties will be used.
269
268
* <p>
270
269
* This property is not applicable to the RESTEasy Client.
0 commit comments