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: docs/en/client/configuration.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,8 @@ If you don't define an address it will be guessed:
102
102
> **Note:** The number of slashes is important! Also make sure that you don't try to connect to a normal
103
103
> web/REST/non-grpc server (port).
104
104
105
+
> **Note:** Java's `URI`s do not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use a naming scheme e.g with hyphens (`-`) instead.
106
+
105
107
The `SSL`/`TLS` and other security relevant configuration is explained on the [Client Security](security.md) page.
0 commit comments