From 0ca5c0034cb10ae068b1ac16e977426cff57ce98 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 May 2023 17:00:48 -0500 Subject: [PATCH] Update http.markdown --- source/_integrations/http.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 8460b4593f8..d288f9c80eb 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -115,9 +115,9 @@ The [Set up encryption using Let's Encrypt](/blog/2015/12/13/setup-encryption-us 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 -8125 - No TLS/SSL +- 8123 - TLS with the modern TLS/SSL profile +- 8124 - TLS with the intermediate TLS/SSL profile +- 8125 - No TLS/SSL ```yaml # Example configuration.yaml entry