Forum Discussion

Fab's avatar
Fab
Icon for Altostratus rankAltostratus
Jun 08, 2017

Select Server SSL profile with an irule for APM Vmware SNI pcoip-default-sni

Hello,

The Vmware deployment guide says the Server Name of the Server SSL profile should be "pcoip-default-sni" : http://f5.com/pdf/deployment-guides/vmware-horizon-view-dg.pdf

I created a specific profile "serverssl_vmware_compatible" but I'd like it to be used only for Vmware and not for Portal Access applications.

I tried this Irule:

when SERVER_CONNECTED {
  if { [IP::addr [IP::server_addr] equals 1.1.1.1] } { 
        SSL::profile serverssl_vmware_compatible
  }
}

but the event SERVER_CONNECTED is not triggered when I open a Vmware resource. Moreover I would prefer the condition to be on the FQDN and not on the IP.

How can I implement this please?

No RepliesBe the first to reply