Added specification for TCP TLS routers in documentation

This commit is contained in:
shivanipawar00 2024-03-19 20:30:05 +05:30 committed by GitHub
parent 75790e0ab8
commit fc875b38e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -667,7 +667,8 @@ The [supported `provider` table](../../https/acme.md#providers) indicates if the
### General
If both HTTP routers and TCP routers listen to the same entry points, the TCP routers will apply *before* the HTTP routers.
For non-TLS connections, if HTTP and TCP routers listen on the same EntryPoint, the TCP routers will apply *before* the HTTP routers.
For TLS connections, if HTTPS and TCP-TLS routers listen on the same EntryPoint, the HTTPS routers will apply *before* the TCP-TLS routers.
If no matching route is found for the TCP routers, then the HTTP routers will take over.
### EntryPoints