Welcome to the Alteryx Knowledge Base

How To Capture a Fiddler Trace
user

Created/Edited - 4/22/2026 by Sophia Cooper | Alteryx

How To

Capture a Fiddler trace, where HTTPS decryption will need to be enabled in almost all cases. 

Fiddler is a web debugging proxy for macOS, Windows, and Linux. It allows you to capture, inspect, and monitor all HTTP(S) traffic between your computer and the Internet, mock requests, and diagnose network issues.

Environment

Fiddler can be used to capture issues for any of the Alteryx products that make/receive HTTP(S) requests, including but not limited to:

  • Alteryx Designer
  • Alteryx Server
  • Alteryx Connect
  • Connectors
Prerequisites
  1. Download and install Fiddler (now called Fiddler Classic).
  2. As soon as Fiddler is opened, it will start capturing requests. To stop capturing, click File > Capture Traffic or F12.
Procedure

Adding/Trusting Fiddler SSL (for testing connections requiring SSL/encryption)


Important: HTTPS decryption will need to be enabled in almost all cases. Unless you can confirm the resource is only being access via HTTP traffic, perform the steps below.


1. In Fiddler, navigate to Tools > Options and click the HTTPS tab.
2. Check the boxes "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic", then click OK.
 

 

 
  1. You will be presented with a series of warning prompts - proceed to click through all of the prompts below (select "Yes"):

 

 

 
 
 

 
 
 
  1. If the certificate was installed successfully, the following message may appear:

 

 

 

 

Important: if you are troubleshooting an older Python-based connector (using Alteryx Designer version below 2021.4 or an older connector version that doesn't utilize Microsoft Management Console (MMC)), complete the following additional steps. If not troubleshooting a connector, proceed to gather a trace, then go to the "Saving the Responses" section.
 

Adding Certificate to an Older Python-Based Connector

 

  1. Exporting the certificate: On the Export Private Key selection, select No, do not export the private key and click Next.
  2. On the Export File Format select, select Base 64 encoded X.509 (.CER) and click Next.
  3. On the File to Export window, set a path to export the certificate to. Select Next and then Finish to export the certificate. If the export was successful, you will get a message.
  4. Navigate to the location where you exported the certificate, right-click the .cer file and open with Notepad. Copy all the contents.
  5. Navigate to either of the following directories depending on where you installed the connector initially (where %username% is replaced with a Windows account name):
  • \Users\%username%\AppData\Roaming\Alteryx\Tools
  • \%ProgramData%\Alteryx\Tools
  1. From the respective Tools folder, navigate to the folder with the name of the connector ending in "_venv" > Lib > site-packages > certifi. Right-click the cacert.pem file, and open in Notepad.

 

 
 

Note: for older connectors, you will find the certifi folder within the tool folder itself, not the _venv folder.

  1. Right-click the cacert.pem file and open in Notepad. 
  2. Paste the previously copied contents from the Fiddler cert at the very end of the file on a new line. Save the file and replicate the issue while tracing.

 

 
 

Note: if the connector is in the ProgramData location, Notepad may need to be opened as an administrator for the ability to save changes.

 

Saving the Responses


You may need to save the response in order to dig into it more later. To save a response:

  1. Stop the trace with File > Capture Traffic or F12.
  2. (Optional) Select the responses you want to save. See the How to Read Fiddler Traces article for suggestions.
  3. Select File > Save > and either All Sessions or Selected Sessions and save as a Session Archive (*.saz) file so it can be easily opened in Fiddler when needed.

 

Viewing the Responses


You can open a .saz type file inside of Fiddler.

 

  1. Select File > Load Archive...
  2. Navigate and select the .saz file.
Note: you may want to make sure Fiddler is not capturing at the same time.
  1. Go to the "How To Read a Fiddler Trace" article for more information.
 


Removing Fiddler Root Certificate


When you are finished capturing Fiddler traces, your company may prefer that you remove the Fiddler root certificate that was added in steps 3 and 4 above.

 

  1. On the Fiddler menu bar, go to Tools > Options > HTTPS, click Actions, and click Reset All Certificates.

 

2023-11-06_14-30-53.png
 
  1. Click OK.

 

2023-11-06_14-35-58.png
 
  1. Click Yes.

 

2023-11-06_14-36-41.png
 
  1. Click Yes.

 

2023-11-06_14-46-28.png
  1. Click OK.

 

2023-11-06_14-38-18.png
 
  1. Click Yes.

 

2023-11-06_14-38-51.png
 
  1. Click No.

 

2023-11-06_14-59-03.png
 
  1. Click OK.

 

2023-11-06_15-02-19.png
 
  1. Click No.

 

2023-11-06_15-04-26.png

 
  1. Click the check in the Decrypt HTTPS traffic checkbox to remove the check, and then click OK.

 


2023-11-06_15-31-21.png
  1. Close Fiddler.
Additional Information
Was this article helpful?