Compile OpenSSL with SNI Support

In order to allow 1 IP Address to serve multiple SSL Websites – we will need to compile OpenSSL with SNI support

./config enable-tlsext shared
make
make install

Leave a Reply