Update http.markdown

This commit is contained in:
J. Nick Koston 2023-05-19 17:03:44 -05:00 committed by GitHub
parent 0ca5c0034c
commit dd2e45a1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,8 @@ 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. 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.
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.
- 8123 - TLS with the modern TLS/SSL profile - 8123 - TLS with the modern TLS/SSL profile
- 8124 - TLS with the intermediate TLS/SSL profile - 8124 - TLS with the intermediate TLS/SSL profile
- 8125 - No TLS/SSL - 8125 - No TLS/SSL