> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/configuration/other/proxy-settings.md).

# プロキシ設定

Microsoft 365 へのすべてのトラフィックをプロキシの使用対象から除外することを強く推奨します。詳細については、こちらをご覧ください: [Microsoft のネットワーク接続の原則](https://docs.microsoft.com/en-us/microsoft-365/enterprise/microsoft-365-network-connectivity-principles?view=o365-worldwide).

ただし、KONNEKT は Windows OS のプロキシ設定を使用します。プロキシ サーバーが設定されている場合、KONNEKT はこのプロキシ サーバーを使用します。

詳細として、KONNEKT は [`WinHttpGetProxyForUrl`](https://docs.microsoft.com/en-us/windows/win32/api/winhttp/nf-winhttp-winhttpgetproxyforurl) URI `https://graph.microsoft.com` を呼び出して、プロキシを使用する必要があるかどうかを確認します。

{% hint style="success" %}
KONNEKT からのトラフィックをプロキシ サーバー経由にしないようにするには、Windows OS が URI を除外するようにしてください。 `https://graph.microsoft.com` をプロキシの使用対象から除外してください。

この URI をプロキシ PAC ファイルの除外リストに追加することで対応できます。

また、KONNEKT クライアントが [Microsoft Entra ID および SharePoint Online](https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide) に、プロキシ サーバーやその他のアプリケーション レイヤー ゲートウェイ (ALG) による干渉を受けずにアクセスできることも確認してください。
{% endhint %}

{% hint style="warning" %}
KONNEKT はプロキシ サーバーを使用できます。ただし、プロキシ サーバーまたはその他のアプリケーション レイヤー ゲートウェイ (ALG) 経由で Microsoft 365 に接続している際にネットワーク接続関連の問題が発生しているクライアントについては、限定的なサポートを提供しています。
{% endhint %}


---

# 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://docs.konnekt.io/ja/configuration/other/proxy-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.
