SSL Certs on servers with multiple virtualhosts
On Tue, 06 Aug 2013 14:45:07 -0500, Galen Johnson <user-87f955643e3d@xymon.invalid> wrote:
Would something like this not work: group HTTP 0.0.0.0 host1.example.com # https://host1.example.com 0.0.0.0 host2.example.com # https://host2.example.com ...
No, if the client doesn't support SNI it will always receive the first SSL certificate. In that example host2.example.com's data is useless.