Posts Tagged ‘https’

Enable multiple SSL vhosts and certificates on a single IP with Apache

Historically, if you wanted to host multiple SSL enabled Web sites, you had to have an unique IP address for each site. With the advent of SNI, one SSL certificate per unique IP address is no longer necessary. The Server Name Indication (SNI) is a TLS extension which makes the configuration of SSL-enabled name-based virtual [...]