Hi,
I want to setup the following architecture :
stunnel ---> haproxy --> 2 webserver.
I run severa virtual host on the 2 webservers, and a subset of them needs https.
I can allocate several IP address for the host that run stunnel.
How do I configure a single stunnel process to have a certificate per IP for the port https?
I tryed to add several section like the following :
[mansonthomas.com] cert = /etc/stunnel/sites/mansonthomas.com/mansonthomas.com.crt accept = 88.190.17.222:443 connect = 127.0.0.1:82
xforwardedfor = yes TIMEOUTclose = 0
So the question is : Is it possible ? do you have a sample configuration file to share for this use case?
Thanks, Thomas.