Skip to main content

Import SafeSquid Root CA into Chrome or Internet Explorer

Chrome, Edge, and Internet Explorer use the Windows certificate store. Follow this guide to import the SafeSquid Root CA into Trusted Root Certification Authorities so HTTPS inspection works without certificate warnings. Time to complete: 2-5 minutes per machine

Problem statement

HTTPS inspection fails visibly on Windows clients if the SafeSquid Root CA is not trusted. The result is certificate warnings, failed browsing, and a rollout that looks broken even when the proxy-side configuration is correct. :::tip Automated Deployment For enterprise environments, deploy the certificate via Group Policy (GPO) instead of manual installation:
  1. Copy certificate to \\domain.com\SYSVOL\domain.com\Policies\
  2. GPO → Computer Configuration → Policies → Windows Settings → Security Settings → Public Key Policies → Trusted Root Certification Authorities
  3. Import → Select SafeSquid certificate → Apply
::: :::note Firefox Users Firefox uses its own certificate store and ignores the Windows trust store. See Import certificate into Firefox. :::

Prerequisites

:::note Before You Start
  • SafeSquid Root CA certificate downloaded (from Self-Service Portal or SafeSquid Configuration Portal)
  • Windows machine with administrative privileges
  • Chrome, Edge, or Internet Explorer installed
  • SafeSquid HTTPS inspection already enabled on the proxy side
:::

Import Steps

1. Open the Certificate File

Double-click the downloaded SafeSquid certificate file (usually safesquid.crt or safesquid.cer). Opening SafeSquid certificate

2. Click “Install Certificate”

Install Certificate button

3. Select Store Location

Choose “Local Machine” (for all users on this computer) or “Current User” (for your account only). Recommended: Local Machine (requires admin rights, applies to all users) Click Next. Store location selection

4. Select Certificate Store

Click “Browse” to select the certificate store. Browse certificate store

5. Choose “Trusted Root Certification Authorities”

Important: Select “Trusted Root Certification Authorities” (NOT “Intermediate Certification Authorities”). Click OK. Select Trusted Root Certification Authorities

6. Continue with Import

Click Next to continue. Continue import

7. Finish Import

Click Finish to complete the import. Finish import

8. Confirm Success

A confirmation message appears: “The import was successful.” Click OK. Import successful confirmation Import complete

Verify Installation

Test in Chrome/Edge

  1. Open Chrome or Edge
  2. Browse to https://www.google.com (via SafeSquid proxy)
  3. Click the padlock in the address bar → Connection is secureCertificate
  4. Verify: Certificate chain shows SafeSquid Root CA as the issuer
Expected: No certificate warnings, padlock shows secure connection.

Verify Certificate is in Trust Store

  1. Press Windows + R → Type certmgr.mscEnter
  2. Expand “Trusted Root Certification Authorities” → Certificates
  3. Find “SafeSquid” (or your organization name) in the list
Expected: SafeSquid certificate appears with expiry date and issuer information.

Operational note

For enterprise rollouts, GPO or another managed certificate-deployment path is safer than manual import because it reduces inconsistency across users and machines.

Troubleshooting

Still not working?
  1. Restart browser completely (close all windows)
  2. Check proxy settings:
    • Chrome: chrome://net-internals/#proxy
    • Edge: edge://net-internals/#proxy
  3. Verify SafeSquid HTTPS Inspection is enabled:
    • Navigate to SafeSquid Configuration Portal
    • Real-time Content Security → HTTPS Inspection → Global → Enabled = True

Source register


Next Steps

  1. Configure HTTPS Inspection — Complete setup guide (if you haven’t enabled inspection yet)
  2. Import certificate into Firefox — Firefox uses separate trust store
  3. Deploy to all clients:
    • Windows enterprise: Use GPO (see tip at top of page)
    • macOS: Use MDM or manual Keychain import
    • Mobile: Use MDM or manual installation
  4. Verify your setup — Confirm proxy and SSL Inspection are working
Related: SSL Inspection Overview | Troubleshooting