> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/ai-and-dev-tools/ide-plugins-overview/troubleshooting/jetbrains-proxy-setup.md).

# Jetbrains Proxy Setup

Use this guide when your network requires a proxy for [outbound traffic to Aikido](/ai-and-dev-tools/ide-plugins-overview/troubleshooting/troubleshooting-ide-plugin-connectivity.md) in JetBrains IDEs.

## Configuration

1. Open `Settings` (`File -> Settings` on Windows/Linux, IDE menu -> `Settings` on macOS).
2. Go to `Appearance & Behavior -> System Settings -> HTTP Proxy`.
3. Choose `Manual proxy configuration`.
4. If using manual mode, fill in proxy `Host` and `Port`.
5. If required, enable `Proxy authentication` and add username/password.
6. Click `Check connection` with `https://app.aikido.dev`.
7. Save and restart/reload the IDE.
8. Open/save a file to trigger an Aikido scan.

<figure><img src="/files/Kp9wqskwfFJSpureO27L" alt="" width="563"><figcaption></figcaption></figure>

### If Your Company Uses TLS Inspection

If your proxy re-signs certificates, import your corporate CA in JetBrains:

1. Open settings and search for `Server Certificates`.
2. Import your corporate CA certificate (`.pem`/`.crt`).
3. Apply and restart the IDE.

<figure><img src="/files/VUlHp5s9C3HYn53CwXFb" alt="" width="563"><figcaption></figcaption></figure>

### How to Verify Connection

* IDE proxy `Check connection` succeeds.
* Aikido scans run after open/save without connection errors.
* SCA/dependency analysis completes.
* No proxy auth or TLS trust errors in IDE logs.

### Common Fixes

* **`407 Proxy Authentication Required`**
  * Re-check proxy credentials in `HTTP Proxy`.
  * Confirm auth method (basic vs integrated/SSO) with IT.
* **TLS errors (`self-signed`, `PKIX`, `unable to verify`)**
  * Import/update corporate CA in `Server Certificates`.
  * Restart IDE.
* **Proxy not used**
  * Ensure `No proxy` is not selected.
  * If using auto-detect, confirm your PAC/WPAD setup is reachable on your network/VPN.
  * If auto-detect fails, switch to manual settings from IT (host/port).
  * Re-check host/port and retry `Check connection`.
  * If centrally managed, verify JVM proxy properties are applied to this IDE instance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/ai-and-dev-tools/ide-plugins-overview/troubleshooting/jetbrains-proxy-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
