When using `curl` to make HTTPS requests, it does indeed use certificates as part of the TLS (Transport Layer Security)...
JoinedMay 2, 2023
Articles700
20+ years of experience and proven performance in large scale enterprise network infrastructure architecture, design, implementation, migration, security, operation, troubleshooting, leading/managing teams, and budgets. I have a BS in Cybersecurity and a Master's from the University of Florida.
Hot Site: A hot site is designed to replicate your organization’s primary IT infrastructure in real-time. It involves a fully...
Designing Windows Active Directory DNS (AD DNS) for a multi-site company is a process that should balance a few crucial...
HTTP and DNS are protocols serving different purposes, and redirection via these two methods is fundamentally different. DNS Redirection: DNS...
ANAME (Alias Name) records are a type of DNS record that allows you to alias one hostname to another, similar...
DO YOU HAVE TO HAVE SSL OFFLOAD TO GET STATUS CODE SSL offloading, often performed by a load balancer or...
(Invoke-WebRequest -Uri https://www.cisco.com -Method Get).StatusCode This command sends a GET request to the specified URL and then returns the HTTP...
Where a company decides to handle the redirect from a root domain to a ‘www‘ subdomain (or vice versa) largely...
SCENARIO F5 Redirect Setup for Root (Apex) to WWW (cordero.me > www.cordero.me) Root (Apex) “cordero.me” IP = 10.1.1.1 WWW “www.cordero.me”...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan an FQDN file, and based on the...