StumbleChat MITM CA Certificate

This page provides the Certificate Authority (CA) certificate needed to intercept and analyze encrypted traffic from stumblechat.com.

Security Notice: Only install this certificate if you trust the organization that provided it to you. Installing a CA certificate gives it the ability to intercept your encrypted traffic.
Download CA Certificate

Alternatively, you can use our automated installation script:

curl -s https://pyrosec.is/install-mitm-ca.sh | bash

Manual Installation Instructions

Linux (Debian/Ubuntu)

  1. Download the certificate
  2. Copy it to the trusted certificates directory: sudo cp mitm-ca.crt /usr/local/share/ca-certificates/
  3. Update the CA store: sudo update-ca-certificates

macOS

  1. Download the certificate
  2. Double-click the certificate file to open it in Keychain Access
  3. Add the certificate to the System keychain
  4. Double-click the imported certificate
  5. Expand the "Trust" section
  6. Change "When using this certificate" to "Always Trust"

Windows

  1. Download the certificate
  2. Right-click the certificate file and select "Install Certificate"
  3. Select "Local Machine" and click "Next"
  4. Select "Place all certificates in the following store"
  5. Click "Browse" and select "Trusted Root Certification Authorities"
  6. Click "OK", then "Next", then "Finish"

Firefox (All Platforms)

Firefox uses its own certificate store, so you need to add the certificate separately:

  1. Open Firefox
  2. Go to Settings/Preferences
  3. Search for "certificates" and click "View Certificates"
  4. Go to the "Authorities" tab
  5. Click "Import" and select the downloaded certificate file
  6. Check "Trust this CA to identify websites" and click "OK"