Re: SSL passtrough

2022-02-02 Thread Francis Daly
On Fri, Jan 28, 2022 at 10:22:42AM -0300, Daniel Armando Rodriguez via nginx wrote: Hi there, > I have a RP in front of several services and now need to add SSL passtrough > for some of them. So, with this goal set up this config > > stream { > map $ssl_preread_se

SSL passtrough

2022-01-28 Thread Daniel Armando Rodriguez via nginx
Hi there I have a RP in front of several services and now need to add SSL passtrough for some of them. So, with this goal set up this config stream { map $ssl_preread_server_name $name { sub1.DOMAIN sub1; sub2.DOMAIN sub2; sub3.DOMAIN sub3; sub4.DOMAIN sub4