Forum Discussion

jpotts_106582's avatar
jpotts_106582
Icon for Nimbostratus rankNimbostratus
Feb 22, 2008

Exchnage 2007 OWA/ActiveSync SSL Offload

We are looking at using our LSM to offload SSL for our Exchange environment. Currently we have a single cert that points to the Exchange CAS server for OWA, ActiveSync and Outlook Anywhere. Looking at the configuration guide for Exchange 2007 there are different persistence profiles for these different services.

 

 

My question is, is there a way for the BigIP to get all of these services to work using a single external cert to offload SSL and then connect to a single CAS server?

 

 

Thanks,

 

 

Jamie
  • Hello,

     

     

    Let me see if I can provide some more clarification on what we are asking. Our current deployment of the exc 2007 CAS services are all tied to a single SSL cert, and thus a single FQDN. When setting up ssl offloading on our big ip's for OWA, OutlookAnywhere, and ActiveSync we found that each of these services require individual customizations (cookies, and persistence profiles etc..) requiring three seperate virtual servers be configured. From the looks of it we can t perform ssl offloading with out modifying FQDN's and purchasing additional certificates or a cert capable of subject alternative names.

     

     

    Is there a way to run all three of these externally accessed sites off of one configured virtual server on the big ip's, allowing us to avoid the extra cost of new certificates?

     

     

    Thanks in advance for any help provided.

     

     

    Chris
  • Ryan_Korock_46's avatar
    Ryan_Korock_46
    Historic F5 Account
    Jamie, Chris,

     

     

    Have you looked into using UCC certs? They allow for multiple hostnames to be used for this exact reason.

     

     

    Plus, the BIG-IP supports the use of them for termination purposes.

     

     

    Let me know if you need more details. r.korock@f5.com

     

     

    Ryan

     

     

  • Hi!

     

     

    I would like to buy and use UCC certs with my LTM (exchange environment). What do I need to do?

     

     

    Steve
  • Even with the Subject Alternative names you need a different persistence profile for RPC versus https:

     

     

    when HTTP_REQUEST {

     

    if { [HTTP::header "User-Agent"] contains "MSRPC" } {

     

    persist uie [HTTP::header "Authorization"] 3600 }

     

    else {

     

    persist cookie

     

    }

     

    }
  • Ryan_Korock_46's avatar
    Ryan_Korock_46
    Historic F5 Account
    Nick, every CA is going to be different, but most of the time you can just generate the CSR from the BIG-IP with a single primary name. When you go to submit the CSR to your CA, request a SAN Cert, and they will prompt you to add any additional names at that point.