Skip to content

Commit dd88471

Browse files
committed
Add a warning about default configuration not being used by clients
See quarkusio#47711 for details
1 parent 8932de7 commit dd88471

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/main/asciidoc/tls-registry-reference.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ Each named TLS configuration, or "TLS bucket," must provide its own properties.
5555
For instance, `quarkus.tls.reload-period` will only be applied to the default TLS configuration.
5656
====
5757

58+
[IMPORTANT]
59+
====
60+
As described in detail link:https://github.com/quarkusio/quarkus/blob/main/adr/0004-using-the-tls-registry-for-clients.adoc#configuring-clients-with-the-tls-registry[here], Quarkus client extensions (REST, GRPC, etc) ignore properties, defined in default (ie unnamed) TLS configuration.
61+
The only exception is `quarkus.tls.trust-all` property.
62+
====
63+
5864
=== Configuring HTTPS for a HTTP server
5965

6066
To ensure secure client-server communication, the client is often required to verify the server's authenticity.

0 commit comments

Comments
 (0)