Forum Discussion
Hi Jeff,
I had to deal with SSL configuration on F5 some time ago. I didn't especially work on SNI but I think you can declare multiple domains (including wildcards) in the "Server Name" field of your client ssl profile (cf. http://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-concepts-11-1-0/ltm_ssl_profiles.html). Simply separate each entry by a comma, let's say something like this in your case :
Server Name "preview.application.com,pre-pub.application.com,preview.differentapplication.com,pre-pub.differentapplication.com"
Or using wildcards :
Server Name "*.application.com,*.differentapplication.com"
Note that multiple domain names is only applicable for client ssl profiles and not server ssl profiles
Let us know about this configuration if you test it
Cheers