Forum Discussion

SLChamberlin's avatar
SLChamberlin
Icon for Nimbostratus rankNimbostratus
Apr 24, 2014

Open HTTPS connections during SSL cert overwrite

An CA SSL cert & key were imported for use in SSL offloading and are working. The CA cert is nearing the expiration data. The plan is to import and overwrite the old cert and key with a new cert and key. Question is what happens to open connections when the cert is overwritten? Do they complete normally or are they dropped/terminated? I am trying to determine if an outage will occur requiring a maintenance window. Or, hopefully, this can be done during low traffic. Would replacing only the cert and leaving the key change the behavior?

 

6 Replies

  • if key is changed when renewing, i think you have to create new certificate and key names and then assign the new certificate and key to clientssl profile. the change could affect only new connection. the existing connection should use the old configuration.

     

    sol13253: Configuration changes to local traffic objects do not affect existing connections

     

    http://support.f5.com/kb/en-us/solutions/public/13000/200/sol13253.html

     

    • omniplex's avatar
      omniplex
      Icon for Nimbostratus rankNimbostratus
      I've also found that depending on the version that if the cert and key are already loaded into memory, you need to do something to cause the files to be re-read. Either changing the profile to something else and then back or reloading the configuration. Depending on your setup, you could update the standby device if this is in an HA pair, and fail over to that device and then update the previous device.
    • omniplex's avatar
      omniplex
      Icon for Nimbostratus rankNimbostratus
      I've also found that depending on the version that if the cert and key are already loaded into memory, you need to do something to cause the files to be re-read. Either changing the profile to something else and then back or reloading the configuration. Depending on your setup, you could update the standby device if this is in an HA pair, and fail over to that device and then update the previous device.
  • We are on v11.2.1 so should not have to do anything to trigger a re-read. SOL13253: Configuration changes to local traffic objects do not affect existing connections is the answer I was looking for. Thank you nitass.