performing-ssl-tls-inspection-configuration

Configure SSL/TLS inspection to decrypt, inspect, and re-encrypt HTTPS traffic.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill performing-ssl-tls-inspection-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performing-ssl-tls-inspection-configuration
Source: https://github.com/YukiIto1999/ctf-sleuth/tree/main/.claude/skills/performing-ssl-tls-inspection-configuration
Command: npx skills add https://github.com/YukiIto1999/ctf-sleuth --skill performing-ssl-tls-inspection-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps security teams configure TLS inspection on network security devices to decrypt, inspect, and re-encrypt HTTPS traffic for threat detection while managing certificates, exemptions, and privacy compliance.

Core Features & Use Cases

  • SSL/TLS inspection modes (Forward Proxy, Inbound Inspection, SSH Proxy)
  • Deploy and manage internal CA certificates on Windows/macOS/Linux
  • Create exemptions for certificate-pinned apps and privacy-sensitive categories
  • Inbound inspection setup for internal servers
  • Validate inspection status via certificate issuer checks

Quick Start

Configure TLS inspection on your network security device, deploy the internal CA to endpoints, and validate that inspected traffic presents the internal CA certificate.

Frequently Asked Questions about performing-ssl-tls-inspection-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure SSL/TLS inspection to decrypt HTTPS traffic on a firewall?

Configuring SSL/TLS inspection requires setting up inspection modes like Forward Proxy or Inbound Inspection on your firewall, deploying an internal CA to endpoints, and validating that decrypted traffic is re-encrypted and inspected correctly.

What is TLS inspection and when do I need to decrypt network traffic?

TLS inspection is the process of decrypting, inspecting, and re-encrypting HTTPS traffic to detect threats. You need it when your security team requires deep visibility into encrypted network payloads for threat detection and compliance enforcement.

How do I deploy internal CA certificates for SSL decryption across Windows, macOS, and Linux endpoints?

Deploying internal CA certificates for SSL decryption involves distributing the root certificate generated by your network security device to endpoint trust stores across Windows, macOS, and Linux to enable successful traffic re-encryption.

Can I create TLS inspection exemptions for certificate-pinned apps and privacy-sensitive categories?

You can create TLS inspection exemptions to bypass decryption for certificate-pinned applications and privacy-sensitive categories, ensuring privacy compliance while maintaining threat detection on remaining network traffic.

How do I validate that SSL decryption is working correctly on my network?

Validate SSL decryption by performing certificate issuer checks on inspected endpoints to confirm traffic presents the internal CA certificate, and review logging results to ensure security devices enforce minimum TLS versions.

What are the limitations of TLS inspection for privacy compliance?

TLS inspection limitations involve potential breaks for certificate-pinned apps and privacy-sensitive traffic, requiring properly configured exemptions to maintain privacy compliance while enforcing minimum TLS versions and validating deployments.