Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cloudhub-2/modules/ROOT/pages/ps-config-domains.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ The optional truststore identifies trusted external clients or certificate autho
To enable partial client authentication, configure a truststore.
If a truststore is not configured, partial client authentication is disabled.

[IMPORTANT]
====
When you configure a truststore for partial client authentication, clients must include a Server Name Indication (SNI) extension that matches the custom domain. Most TLS clients send SNI automatically when they connect by hostname. The CloudHub 2.0 ingress load balancer rejects TLS connections that don't include SNI, such as connections to the load balancer IP address. The TLS handshake fails with an `unrecognized name` alert.
====

CloudHub 2.0 accepts truststore files in PEM formats.

=== DNS Targets
Expand Down