>      sudo haproxy -db -f /etc/haproxy/haproxy.cfg 

Backend IPs are 0.0.0.0. Thats probably not what you want.
Should be 127.0.0.1 if I understand correctly.



> I've edited /etc/hosts so that baz.example.com<http://baz.example.com>  
> points to 127.0.0.1 
>  
> I've created a few bogus servers 
>  
>      npm install -g serve-https 
>      serve-https -p 1443 -c 'Default on 1443' & 
>      serve-https -p 2443 -c 'bar on 2443' & 
>      serve-https -p 3443 -c 'baz on 3443' & 
>  
> And then I test, but I get random results. It only follows the SNI  
> rules sometimes 
>  
>      curl --insecure https://baz.example.com:64443 
>      baz 
>  
>      curl --insecure https://baz.example.com:64443 
>      Default on 1443

Can you post "ssldump"captures of this traffic (working and
non working)?


Regards,
Lukas

                                          

Reply via email to