There are three phases to setting up the F5’s SSL Bridge configuration. 1. Install Certificates 2. SSL Profiles (Client and...
SSL Offloading (or SSL Termination) In this method, SSL traffic is terminated at the F5 BIG-IP system, decrypted and inspected,...
When using `curl` to make HTTPS requests, it does indeed use certificates as part of the TLS (Transport Layer Security)...
Let’s first go over TLS and SSL versions....
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for domain and gets the TLS version for...
This site is good for testing thinks like TLS versions and Untrusted Root. https://badssl.com/ https://untrusted-root.badssl.com https://tls-v1-0.badssl.com/ https://tls-v1-1.badssl.com/ https://tls-v1-2.badssl.com/...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan a text document "dr-dns.txt", get the SSL...
Let’s go through the steps and data flow when using `curl` to make an HTTPS request and check for an...