Proxyman
HomepageDownload
  • Overview
  • Changelog
  • License
  • License Manager
  • Raycast
  • Command-line
  • Security Compliance
  • Proxyman iOS
    • Proxyman for iOS
    • Map Local for iOS
    • Breakpoint for iOS
    • Tutorial for iOS
      • Map Local for iOS Tutorial
      • Breakpoint for iOS Tutorial
  • Debug on Devices
    • macOS
    • iOS Device
    • iOS Simulator
    • tvOS & watchOS
    • Android Device & Emulator
      • Automatic Script for Android Emulator
      • Sample Android Project
    • Firefox
    • Java VMs
    • Python
    • Ruby
    • NodeJS
    • Rust
    • Golang
    • React Native
    • Flutter
    • HTTP Clients
    • Docker
    • ElectronJS
    • NextJS (fetch)
  • Automatic Setup
    • Automatic Setup
    • Manual Setup
    • Troubleshooting
  • Atlantis
    • Atlantis for iOS
  • BASIC FEATURES
    • Proxyman Proxy Helper Tool
    • Request / Response Previewer
    • SSL Proxying
    • Bypass Proxy List
    • Import / Export
    • Content Filter
    • Multiple Tabs
    • Horizontal/Vertical/Window Layout
    • Copy as
    • Custom Previewer Tab
    • Custom Header Column
    • Regex (Regular Expression)
    • Filter JSON Response
    • Highlight by Color and Add Comment
    • Import / Export Settings
    • Multipart Form-Data Previewer
    • JSONPath
    • Customize Toolbar
    • Localization
    • Quick Preview
  • ADVANCED FEATURES
    • Repeat
    • Edit & Repeat
    • Compose new Request
    • No Caching
    • Breakpoint
    • Breakpoint Templates
    • Map Local (File)
    • Map Local (Directory)
    • Map Remote
    • External Proxy
    • Save Session
    • Protobuf
    • WebSocket
    • Clear Session
    • Block List
    • Allow List
    • Charles Proxy Converter
    • Custom Certificates
    • GraphQL
    • Network Conditions
    • Multiple Filters
    • Custom Filters
    • Publish to Gist
    • Reverse Proxy
    • Code Generator
    • Diff
    • Access Control
    • DNS Spoofing
    • SOCKS Proxy
    • Swagger OpenAPI
    • TLS Key Logging
  • Proxyman Windows
    • Install Certificate
    • WSL
  • Scripting
    • Scripting
    • async/await Request
    • Addons
    • Built-in JS Libraries
    • Write your own Addons
    • Snippet Code
    • Environment Variables
  • Troubleshooting
    • Proxyman does not work with VPN apps
    • My Remote Devices (iOS/Android) could not connect to Proxyman?
    • iOS 16 and iOS 17 issues
    • SSL Error from HTTPS Request/Response
    • I could not see any requests from my localhost server
    • I could not see any HTTP traffic from my NodeJS, Python, or Ruby scripts
    • *.local requests do not appear on Proxyman
    • I couldn't see any traffics on Proxyman
    • I couldn't see any requests from 3rd-party network libraries
    • [Breakpoint] Modify Request/Response by Raw Message
    • Could not change Proxyman App Icons
    • Lost data after updating Proxyman app?
    • Proxyman consumes too much RAM & unresponsive
Powered by GitBook
On this page
  • Install Certificates on Windows
  • 1. Automatic mode
  • Why do I need to grant permission?
  • 2. Manual Mode
  1. Proxyman Windows

Install Certificate

How to install and trust Proxyman certificate to Windows 10 / 11

PreviousTLS Key LoggingNextWSL

Last updated 6 months ago

Install Certificates on Windows

In order to intercept encrypted HTTPS messages (Request or Response), you have to install Proxyman CA Certificate on your current Windows Machine.

You can install the Proxyman CA Certificate by navigating to

  • Certificate menu -> Install Certificate on this Windows...

The Proxyman Certificate is a self-signed certificate, which is generated on your machine. Proxyman never stores or transmits any personal data to Proxyman's server or 3rd-party.

Please check out the to understand what Proxyman obtains or not.

If you'd like to manually generate a Certificate on your machine then adding to Proxyman. Please check out the

1. Automatic mode

Proxyman provides an automatic script to Install & Trust the Proxyman CA Certificate to the System.

  • Certificate Menu -> Install Certificate for this Windows -> Click on the "Install & Trust" button

  • Click YES on the System Prompt

Why do I need to grant permission?

Behind the scene, Proxyman would execute the following command with Admin Mode:

$ certutil -addstore "Root" <Certificate_Path>

2. Manual Mode

If you don't have permission to execute the script, please do the following step:

  1. Close Proxyman

  2. Find a Proxyman CA Certificate at "C:\Users\<your_username>\AppData\Roaming\Proxyman\certificate\certs\ca.cer"

  3. Double-click to open it

  4. Install Certificate -> Select "Current User" -> Select "Place all certificates in the following store" -> "Browse..."

5. Select Next -> Finish

6. Select "YES" on the System Prompt.

is a built-in Windows command line to manage the certificate.

certutil
Privacy Statement
Custom Certificate Doc
Auto install the certificate on Windows machine
Grant permission to run the Automatic Script
Steps to install the certificate