F5 – SSL Options (SSL Offloading vs SSL Bridging vs SSL Passthrough)

SSL Offloading (or SSL Termination)

ssl-offloading.png

In this method, SSL traffic is terminated at the F5 BIG-IP system, decrypted and inspected, but is not re-encrypted before being forwarded to the server. The BIG-IP system maintains the SSL session with the client, and the server session is over plain HTTP.

Pros:

  • Offloads the CPU-intensive task of encryption/decryption from the server, potentially improving server performance.
  • Provides the ability to inspect, manipulate, and manage the SSL traffic since it’s decrypted at the load balancer.
  • Enables use of security features like F5’s ASM or WAF because the traffic can be inspected.

Cons:

  • Traffic between the load balancer and servers is not encrypted, whi

相关推荐

  1. F5应用及配置

    2024-04-09 12:10:01       29 阅读
  2. STM32F407移植OpenHarmony笔记5

    2024-04-09 12:10:01       55 阅读
  3. 阿里云服务器F5负载均衡设置说明

    2024-04-09 12:10:01       37 阅读
  4. 阀门位置反馈器F5-MEC-420

    2024-04-09 12:10:01       33 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-09 12:10:01       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-09 12:10:01       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-09 12:10:01       87 阅读
  4. Python语言-面向对象

    2024-04-09 12:10:01       96 阅读

热门阅读

  1. elasticsearch常见面试题

    2024-04-09 12:10:01       31 阅读
  2. 推荐系统学习记录——BERT、SBERT

    2024-04-09 12:10:01       32 阅读
  3. 【算法基础】第一章:基础算法

    2024-04-09 12:10:01       26 阅读
  4. go语言学习--2.函数

    2024-04-09 12:10:01       36 阅读
  5. mysql基础命令和json类型

    2024-04-09 12:10:01       33 阅读
  6. reids自定义RedisTemplate以及乱码问题解决

    2024-04-09 12:10:01       31 阅读
  7. Gitea:轻量级自托管Git服务的简介

    2024-04-09 12:10:01       37 阅读
  8. ubuntu23 安装nodejs

    2024-04-09 12:10:01       33 阅读
  9. VSCode配置json文件 C语言篇

    2024-04-09 12:10:01       38 阅读
  10. linux 配置pg官方镜像

    2024-04-09 12:10:01       34 阅读