The ngx_stream_ssl_preread_module module (1.11.5) allows extracting information from the ClientHello message without terminating SSL/TLS, for example, the server name requested through SNI or protocols advertised in ALPN. This module is not built by default, it should be enabled with the --wi...
Thengx_stream_ssl_preread_modulemodule (1.11.5) allows extracting information from theClientHellomessage without terminating SSL/TLS, for example, the server name requested throughSNIor protocols advertised inALPN. This module is not built by default, it should be enabled with the--with-stream_ss...
ssl_preread 嵌入式变量 所述ngx_stream_ssl_preread_module模块(1.11.5)允许提取所述信息的ClientHello而不终止SSL / TLS,例如,服务器名称通过请求的消息SNI。该模块不是默认生成的,它应该使用--with-stream_ssl_preread_module配置参数启用。 示例配置 ...
nginx 来源:https://stackoverflow.com/questions/77046298/nginx-ngx-stream-ssl-preread-module-inet 关注 举报1条答案按热度按时间 lstz6jyr1# resolver 8.8.8.8 ipv6=off; map $ssl_server_name $backend { ~^storage\.googleapis\.com$ backend1; default backend2; } upstream backend1 { server XXXX:...