Skip to content

Commit 1808d06

Browse files
authored
Merge pull request #249 from sshanks-kx/ssl_link
fixed broken link to .z.e on ssl kb
2 parents 9dc2d9b + 045223b commit 1808d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kb/ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The environment variable `SSL_VERIFY_CLIENT` controls the processing of certific
180180
- `REQUESTONLY` (since 4.1t 2024.02.07) server requests a client certificate but allows the connection if the client certificate is missing or invalid
181181
- `IFPRESENT` (since 4.1t 2024.02.07) server requests a client certificate and terminates the connection if an invalid certificate is provided; the server continues if the certificate is missing or valid
182182

183-
Extra protocol details for a handle `h` are available via [`.z.e`]((../ref/dotz.md#ze-tls-connection-status), including information about whether the current handle's TLS certificate was successfully verified.
183+
Extra protocol details for a handle `h` are available via [`.z.e`](../ref/dotz.md#ze-tls-connection-status), including information about whether the current handle's TLS certificate was successfully verified.
184184

185185

186186
## TLS Client Mode

0 commit comments

Comments
 (0)