Skip to content

Commit bae9b72

Browse files
Update ssl-user-auth.md
1 parent 2a3b9dc commit bae9b72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/guides/sre/user-management/ssl-user-auth.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ import SelfManaged from '@site/docs/_snippets/_self_managed_only_no_roadmap.md';
1414
This guide provides simple and minimal settings to configure authentication with SSL user certificates. The tutorial builds on the [Configuring SSL-TLS user guide](../configuring-ssl.md).
1515

1616
:::note
17-
SSL user authentication is supported when using the `https` or native interfaces only.
18-
It is not currently used in gRPC or PostgreSQL/MySQL emulation ports.
17+
SSL user authentication is supported when using the `https`, `native`, `mysql`, and `postgresql` interfaces.
1918

2019
ClickHouse nodes need `<verificationMode>strict</verificationMode>` set for secure authentication (although `relaxed` will work for testing purposes).
20+
21+
If you use AWS NLB with the MySQL interface, you have to ask AWS support to enable the undocumented option:
22+
23+
> I would like to be able to configure our NLB proxy protocol v2 as below `proxy_protocol_v2.client_to_server.header_placement,Value=on_first_ack`.
2124
:::
2225

2326
## 1. Create SSL user certificates {#1-create-ssl-user-certificates}

0 commit comments

Comments
 (0)