Xymon Mailing List Archive search

SSL Certs on servers with multiple virtualhosts

list Mark Felder
Tue, 06 Aug 2013 14:55:18 -0500
Message-Id: <user-e9cfb3e7bd76@xymon.invalid>

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.