> 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/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/jetbrains-proxy-setup.md).

# JetBrains のプロキシ設定

ネットワークでプロキシが必要な場合にこのガイドを使用してください [Aikido への送信トラフィックに対して](/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/troubleshooting-ide-plugin-connectivity.md) JetBrains IDE で。

## 設定

1. 開く `設定` (`ファイル -> 設定` Windows/Linux では、IDE メニュー -> `設定` macOS では）。
2. に移動し `外観 & 動作 -> システム設定 -> HTTP プロキシ`.
3. 選択 `手動プロキシ設定`.
4. 手動モードを使用する場合は、プロキシを入力してください `ホスト` と `ポート`.
5. 必要な場合は有効にしてください `プロキシ認証` そしてユーザー名/パスワードを追加します。
6. クリック `接続を確認` を `https://app.aikido.dev`.
7. 保存して IDE を再起動/再読み込みしてください。
8. ファイルを開く/保存して Aikido スキャンを実行します。

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

### 会社で TLS インスペクションを使用している場合

プロキシが証明書を再署名する場合は、JetBrains に社内 CA をインポートしてください:

1. 設定を開き、次を検索してください `サーバー証明書`.
2. 社内 CA 証明書をインポートしてください（`.pem`/`.crt`).
3. 適用して IDE を再起動してください。

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

### 接続を確認する方法

* IDE プロキシ `接続を確認` 成功します。
* 接続エラーなしで、開く/保存後に Aikido スキャンが実行されます。
* SCA/依存関係分析が完了します。
* IDE ログにプロキシ認証または TLS 信頼エラーがありません。

### 一般的な解決策

* **`407 プロキシ認証が必要`**
  * のプロキシ資格情報を再確認してください `HTTP プロキシ`.
  * 認証方式（基本認証か統合認証/SSO か）を IT に確認してください。
* **TLS エラー（`自己署名`, `PKIX`, `検証できません`)**
  * 社内 CA をインポート/更新してください `サーバー証明書`.
  * IDE を再起動してください。
* **プロキシが使用されていません**
  * 確認してください `プロキシなし` が選択されていないこと。
  * 自動検出を使用する場合は、PAC/WPAD の設定がネットワーク/VPN から到達可能であることを確認してください。
  * 自動検出に失敗した場合は、IT から提供された手動設定（ホスト/ポート）に切り替えてください。
  * ホスト/ポートを再確認して再試行してください `接続を確認`.
  * 中央管理されている場合は、JVM のプロキシプロパティがこの IDE インスタンスに適用されていることを確認してください。


---

# 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/docs/docs-ja/ai-totsru/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.
