From b6f9f9c6092dde475405543e3fee57b7072506aa Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 May 2023 17:04:10 -0500 Subject: [PATCH] Update http.markdown --- source/_integrations/http.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 6ad882f0d0b..fc765173c97 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -113,9 +113,9 @@ The [Set up encryption using Let's Encrypt](/blog/2015/12/13/setup-encryption-us ## TLS/SSL Configuration per port -The below sample will listen on multiple ports which can be useful for devices that use webhooks that do no work with SSL or use an older TLS/SSL standard. +For most use case, configure the first one with the most secure settings when using multiple servers, as it will be used by default when determining the external URL. -Configuring the first one with the most secure settings when using multiple servers, as it will be used by default when determining the external URL. +The below sample will listen on multiple ports which can be useful for devices that use webhooks that do no work with SSL or use an older TLS/SSL standard. - 8123 - TLS with the modern TLS/SSL profile - 8124 - TLS with the intermediate TLS/SSL profile