Configure graceful cleanup of SSL sessions 编辑

Some operations must clean the SSL sessions gracefully instead of abruptly terminating the sessions. Examples of such operations are:

  • Updating a certificate to replace a potentially exposed certificate
  • Using a stronger key (2048-bit instead of 1024-bit)
  • Adding or removing a certificate to or from a certificate chain
  • Changing any of the SSL parameters

Existing SSL connections do not break if you update the SSL certificate, cipher list, or SSL parameters. That is, all existing connections continue using the current settings until the sessions are closed, but all new connections use the new certificate or settings. To clear the sessions immediately after a configuration change, you must disable and reenable each entity.

Important: Connections that are in the middle of a handshake, or sessions that are renegotiating, are terminated. Session reuse is not allowed. Also, session multiplexing reuse at the back end is not allowed.

If you change a front-end parameter, such as on an SSL virtual server, only the front end connections are affected. If you change a back-end parameter, such as a parameter on an SSL service or service group, only the back-end connections are affected. Changes such as ciphers and certificates apply to both front-end and back-end connections.

The following configuration commands or changes trigger a graceful session cleanup on all affected SSL entities:

  1. set ssl vserver command
  2. set ssl service command
  3. set ssl servicegroup command
  4. set ssl profile command
  5. set ssl cipher \<cipherGroupName\> command
  6. Binding, unbinding, and reordering ciphers
  7. Binding and unbinding ECC curves
  8. Inserting, removing, linking, and unlinking a certificate

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:21 次

字数:2165

最后编辑:7年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文