Commit 0299262
committed
Set unknown_sni_action to mask — fix SNI rejection on v3.3.31+ (#40)
Since telemt v3.3.31 the default unknown_sni_action changed from mask
to drop, causing the engine to reject connections whose TLS ClientHello
SNI doesn't exactly match tls_domain. This breaks clients that send a
different or cached SNI. Explicitly set unknown_sni_action = "mask" in
the generated config.toml to restore the previous permissive behavior.1 parent e64adab commit 0299262
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| 1085 | + | |
1085 | 1086 | | |
1086 | 1087 | | |
1087 | 1088 | | |
| |||
0 commit comments