> 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/ide-plugin-proxy-and-ca-settings.md).

# IDEプラグインのプロキシとCA設定

組織でトラフィックを企業プロキシ経由でルーティングしている場合、または SSL/TLS 検査にカスタム認証局（CA）を使用している場合、Aikido IDE プラグインは接続できないことがあります。プラグインが到達できるよう、IDE のプロキシ設定および/または CA 設定を構成する必要があります `*.aikido.dev`.

アクセスできることを確認してください `ide.aikido.dev` をプロキシ経由で確認してから、次の手順に進んでください。 [トラブルシューティングの接続ページでテストコマンドを確認できます。](/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/troubleshooting-ide-plugin-connectivity.md)

### VS Code（および Cursor、Windsurf などの派生版）

{% content-ref url="/pages/5ef89eac0fbec5a080c977d83a89b70c78755f63" %}
[VS Codeのプロキシ設定](/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/vs-code-proxy-setup.md)
{% endcontent-ref %}

### JetBrains（IntelliJ IDEA、WebStorm、PyCharm など）

{% content-ref url="/pages/1a4328beafa1a0489b64c36f7431e7017e95621c" %}
[JetBrainsのプロキシ設定](/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/jetbrains-proxy-setup.md)
{% endcontent-ref %}

### Visual Studio

1. 組み込みのプロキシ構成ページまたは Windows のシステムプロキシを使用して、プロキシを構成します。参照： [Visual Studio でプロキシ設定を構成する](https://learn.microsoft.com/en-us/visualstudio/ide/reference/proxy-settings) および [プロキシとファイアウォールの問題をトラブルシュートする](https://learn.microsoft.com/en-us/visualstudio/ide/reference/proxy-firewall-troubleshoot).
2. カスタム CA 証明書を Windows の「信頼されたルート証明機関」ストアに追加します。参照： [プロキシとファイアウォールの問題のトラブルシュート - SSL 証明書エラー](https://learn.microsoft.com/en-us/visualstudio/ide/reference/proxy-firewall-troubleshoot).

### Eclipse

1. Window > Preferences > General > Network Connections でプロキシを構成します。Active Provider を Manual に設定し、HTTP と HTTPS のエントリを構成します。参照： [Eclipse のネットワーク接続](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.user/reference/ref-net-preferences.htm).
2. カスタム CA 証明書を OS の信頼ストアに追加してください。Eclipse にまだ証明書エラーが表示される場合は、 `keytool`。参照： [Eclipse のネットワーク接続](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.user/reference/ref-net-preferences.htm).

### それでも問題が解決しませんか？

次の接続手順を確認してください [IDE プラグインの接続トラブルシューティング](https://help.aikido.dev/ai-and-dev-tools/ide-plugins-overview/troubleshooting/troubleshooting-ide-plugin-connectivity)。問題が解決しない場合は、デバッグログと接続確認の出力を添えて Aikido サポートチームにお問い合わせください。


---

# 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/ide-plugin-proxy-and-ca-settings.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.
