# Firefox

In order to intercept HTTPS traffic from Firefox, it requires extra steps to install Proxyman CA into Firefox's Trust Store.

### 1. Install Proxyman CA on macOS machine

Before installing Proxyman CA on Java VMs, we have to install properly on your current mac machine.

Check out macOS Guideline:

{% content-ref url="/pages/-LlQ11LV9KVIfRygaCPn" %}
[macOS](/~/revisions/CTFzuwrlmsieJaiDVRDD/debug-devices/macos.md)
{% endcontent-ref %}

If you've done this step, you can skip and start the next step.

### 2. Set Proxy on Firefox

* Open Firefox's Preference panel (CMD+,)
* Search Proxy and open the Proxy Setting
* Select Auto Use System Proxy or manually hardcode the Proxy IP and Port

![](/files/-MH_Hi8ciXNj2TC6323L)

### 3. Install Proxyman CA to Firefox

1. Open `http://proxy.man/ssl` on Firefox and download the certificate to your Download folder

{% hint style="info" %}
<http://proxy.man/ssl> is a local HTTP Server for strengthening the security. Please make sure the Proxyman app is open when accessing this domain.
{% endhint %}

2\. Open Firefox's Preference (CMD+,) and open View Certificate window

![](/files/-MAUH9ID3Ks0R5MuU0L6)

3\. Open the Authorities Tab and select Import button

![](/files/-MAUHITJp-gj9-hSheNW)

4\. Select Proxyman CA, which you've downloaded and Trust all.

![](/files/-MAUHTWo97fQnsijXTbu)

5\. Reload your page that you need intercepting. Enjoy!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.proxyman.com/~/revisions/CTFzuwrlmsieJaiDVRDD/debug-devices/firefox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
