Post #2700691
2026-05-13 02:13 UTC
@Chloe@catwithaclari.net it can basically do it normally but with the stream module instead of the http module, stream -> ssl_preread_server_name uses the SNI TLS header instead of the Host HTTP header that's normally used https://nginx.org/en/docs/stream/ngx_stream_core_module.html
Replies (1)
-
@sofia@kittyy.mom 2026-05-13 02:17
@Chloe@catwithaclari.net oh yeah it also needs this to work, forgot about that https://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html