Forum Discussion

udaypatil_95134's avatar
udaypatil_95134
Icon for Nimbostratus rankNimbostratus
Jan 22, 2013

How to apply multiple clientside profiles to single virtual server

I have a setup in which i have to URLS expose on one public IP address and want to apply to different client side profile to single vitual server base on the URL and context

 

 

 

Please help

 

3 Replies

  • This is a common request. Unfortunately, you can't read the URL until the SSL connection has been established by which time it's too late. There are a few possible solutions but they are not ideal at this point in time;

     

    1) Create multiple Virtual Servers with the same IP but use a different port for each SSL cert you have. Obviously your clients will need to specify the alternative port in their browser.

     

    2) Use TLS v1.2 SNI which is designed to overcome this problem, however, you'll need to be sure all your client's browsers support it and you're running TMOS v11.1 at least.

     

    3) Get a wildcard SSL certificate - this is only useful if you have many sub-domains but the same domain (i.e. www.test.com, uat.test.com etc.)”