We have a Apache 2.4 web server with a couple of virtual hosts with different certificates.
I have set up SNI name based virtualhosts : ap.mmm.com and ac.mmm.com, it's working great. All on same IP (172.12.12.1) and same 443 port.
The question is : what will happen if client will use IP and not server name to get to the Apache server :
I.e will use 172.12.12.1:443 instead of ap.mmm.com ?
Comments
Post a Comment