SSL certificate for inspection

0

Dear Team - Wanted to know SSL certificate requirement for below flow. Can someone clarify below for https://www.example.com public domain.

  1. The firewall appliances behind the GWLB require Public Certificate of www.example.com for performing decryption and deep packet inspection - Is this correct ?

  2. Does AWS Application load balancer also require same public certificate or any private certificate to terminate the SSL connection ?

. Enter image description here

asked 7 months ago119 views
1 Answer
0
Accepted Answer

Very good question and youve got me thinking...

  1. Yes. It needs to terminate and decrypt the HTTPs connection otherwise it will not be able to inspect the packets.
  2. No. The FW will re-encrypt the packets to the ALB. These are transparent in the path of the client. Just like a transparent proxy server.
profile picture
EXPERT
answered 7 months ago
profile picture
EXPERT
reviewed 7 months ago
  • So for point no -2 --> Are you saying no certificate at all require for ALB to terminate SSL connection ?

  • You will still need a valid cert on the ALB which the Firewall trusts for end to end encryption

  • Thanks, so i assume, it can be any private certificate on ALB works ?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions