In this video AskF5 shows you how to configure a virtual server to serve multiple HTTPS sites using the TLS Server Name Indication feature on a BIG-IP system.
00:00 Introduction and Prerequisites
00:27 Import the SSL certificate and key pairs for each HTTPs site
01:28 Create Client SSL profiles
01:58 Create fallback SSL profiles
02:51 Create SSL profiles for each HTTPS site
03:33 Create a virtual server
04:28 Test the connections
This demo uses BIG-IP 17.5.x.
Related Content:
K13452: Configure a virtual server to serve multiple HTTPS sites using the TLS Server Name Indication feature (https://my.f5.com/manage/s/article/K13452)
Command syntax:
openssl s_client -connect (virtual server IP address):(virtual server port) | less
openssl s_client -servername (server name) -connect (virtual server IP address):(virtual server port) | less