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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 714aa15d54 Fix sni.yaml link in records.config (#11767)
714aa15d54 is described below

commit 714aa15d544df16deb278c30dd29f443829af545
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.
---
 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 49b3d9c03a..8c2272b284 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -4023,7 +4023,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