This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 0d86c264a727c4c53884d8e4ec825c248c58a5cd
Author: Brian Neradt <[email protected]>
AuthorDate: Fri Sep 13 12:17:07 2024 -0500

    Fix sni.yaml link in records.config (#11767)
    
    The proxy.config.ssl.client.verify.server.properties description in
    records.yaml had a broken sni.yaml link. This fixes it.
    
    (cherry picked from commit 714aa15d544df16deb278c30dd29f443829af545)
---
 doc/admin-guide/files/records.yaml.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index 86177b2f70..a1d84ae4aa 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -4022,7 +4022,7 @@ Client-Related Configuration
 
    You can override this global setting on a per domain basis in the 
:file:`sni.yaml` file using the 
:ref:`verify_server_properties<override-verify-server-properties>` attribute.
 
-   You can also override via the conf_remap plugin. Those changes will take 
precedence over the changes in .:file:`sni.yaml`
+   You can also override via the conf_remap plugin. Those changes will take 
precedence over the changes in :file:`sni.yaml`.
 
 :code:`NONE`
    Check nothing in the standard callback.  Rely entirely on plugins to check 
the certificate.

Reply via email to