RecontuerSG_258
Jun 15, 2017Historic F5 Account
iRule to Redirect autodiscover traffic
Dear all,
the SSL certificate in my current virtual server points to autodiscover.abc.com and not autodiscover.abccommodities.com
I would like F5 to redirect from autodiscover.abccommodities.com to autodiscover.abc.com in hopes to eliminating the SSL security warning popup from Outlook clients as seen below. Is that possible?
I tried this iRule but it wasn't working, still prompts warning. I believe Outlook client is using HTTPS traffic to contact the mail server?
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] ends_with ".abccommodities.com" } {
HTTP::redirect "https://autodiscover.abc.com"
}
}
Can you remove the A record for autodiscover.abccommodities.com and replace it with an SRV record?
_autodiscover._tcp.abccommodities.com. 86400 IN SRV 0 5 5060 autodiscover.abc.com.