Hello! On Mon, Aug 13, 2018 at 01:38:38AM +0300, Danila Vershinin wrote:
> I understand. Followup question is: > > Is NGINX capable of presenting clients with different SSL certificate based > on SNI? > As in: > > stream { > server { > ssl_certificate foo.example.com <http://foo.example.com/>.crt; > ssl_certificate bar.example.com <http://bar.example.com/>.crt; > ... > } > } No, currently there is no SNI support in the stream module (except $ssl_preread_server_name in the stream ssl preread module, see http://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html). -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx