Browse Docs
-
Introduction
-
Management
-
Deployment
- Deployment via RMM
- Operating System Agent
- Deployment via GPO
- Deployment via Intune
- VDI and Terminal Servers
- Windows Manual Deployment
- Mac MDM Deployment
- Mac Manual Deployment
- Network Deployment
- Secure Mobile Browser
- Bypass Option
- SaaS Restrictions
- Bookmark Manager
- Remote Uninstall
- Bulk Create Customers
-
Integrations
-
Nexi AI
-
Policy Management
-
Secure Access (ZTNA)
-
Auto Pilot
-
Training Videos
-
Questions & Answers
-
MSP Automation
ONLINE DOCUMENTATION
|
||||
Getting SSL decrypted capture for troubleshootingIn this document
To support path-based filtering rules and user-specific consents, the DefensX Agent includes a DNS-over-HTTPS (DoH) module. When the DefensX extension is installed in a supported browser, DNS queries are also sent from the browser to the local DoH module instead of using standard DNS protocols. In advanced troubleshooting scenarios, it may be necessary to capture both the encrypted DoH queries sent by the browser and the underlying UDP/TCP DNS queries. This guide explains how to perform a Wireshark capture with SSL session keys, allowing you to decrypt TLS traffic and inspect DNS queries and responses in plain text. Installing the WiresharkWireshark is a widely used, free, and open-source network protocol analyzer that captures and inspects packets in real time. It provides detailed views of network traffic across various protocols, making it ideal for troubleshooting and security analysis. If Wireshark is not already installed, you can download it from https://www.wireshark.org. During installation, you can proceed with the default options, no special configuration is required. Enabling TLS Decryption via SSLKEYLOGFILETo decrypt TLS traffic, Chromium-based browsers (e.g., Chrome, Edge) and Firefox support exporting session keys via a special environment variable named
To create the variable, follow these steps:
Configure Wireshark to Use the Key Log File
Starting the capture
Saving the capture
Cleaning upOnce the capture is complete, you can remove the environment variable:
|
||||