Skip to content

Commit dc2e1ef

Browse files
authored
fix(lb): review (#3972)
1 parent c558413 commit dc2e1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

network/load-balancer/reference-content/sni-route-deprecation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn more about the deprecation of SNI routes with HTTP backends for Scaleway Load Balancers
88
tags: load-balancer sni http routes backend
99
dates:
10-
validation: 2024-04-29
10+
validation: 2024-11-14
1111
categories:
1212
- load-balancer
1313
- network
@@ -18,7 +18,7 @@ This page documents the deprecation of SNI routes with HTTP backends on Scaleway
1818
We removed the ability to create SNI based [routes](/network/load-balancer/how-to/create-manage-routes/) to HTTP backends in Scaleway Load Balancer. This feature was deprecated on March 1st 2023, and removed on June 1st 2023.
1919

2020
- SNI routes are still available and supported for TCP backends.
21-
- SNI routes with HTTP backends are no longer be available.
21+
- SNI routes with HTTP backends are no longer available.
2222
- SNI routes to an HTTP backend were automatically converted to new **HTTP Host header**-based routes.
2323

2424
## Why did we deprecate this feature?
@@ -31,7 +31,7 @@ While this proves to be efficient since it avoids all the overhead related to TC
3131

3232
When using HTTP protocol to the backend servers, the best solution is then to terminate TLS at the Load Balancer, decrypt traffic, look at the HTTP host header value to select the appropriate backend, and then forward the request to selected backend with or without encryption based on your use case. Since the protocol to the backend is HTTP, the Load Balancer has access to all the HTTP protocol metadata. There is then no point to limiting it to TCP/TLS layer metadata. 
3333

34-
This is why we have decided to remove the ability to create SNI based routes when the backend protocol is HTTP, and are now instead proposing HTTP Host header routes.
34+
This is why we decided to remove the ability to create SNI based routes when the backend protocol is HTTP, and are now instead proposing HTTP Host header routes.
3535

3636
See the console screenshots below as examples:
3737

0 commit comments

Comments
 (0)