Skip to content

Commit 651dd65

Browse files
committed
wip
1 parent 63c0fda commit 651dd65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/_docs/thin-clients/dotnet-thin-client.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ Server nodes provide their addresses and ports to the client, but when the clien
6666

6767
==== Host Names and TLS
6868

69-
By default, server nodes provide their IP addresses to the client as part of the discovery process.
70-
In some cases, we want to use host names instead of IP addresses to connect to the servers (for example, when TLS is enabled and server certificates contain host names).
71-
72-
To do this, we need to set the desired host name for every server node with the `IgniteConfiguration.Localhost` property on the *server* side:
69+
By default, server nodes advertise their IP addresses during discovery.
70+
If clients must connect using host names (for example, when TLS is enabled and certificates contain host names),
71+
configure each server node to advertise its host name by setting `IgniteConfiguration.Localhost` on the *server* side.
7372

7473
[source, csharp]
7574
----

0 commit comments

Comments
 (0)