> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ja/she-zhi/camera-deployment/set-up-verkada-with-zscaler.md).

# ZScaler で Verkada を設定する

Verkada のデフォルトで安全なアーキテクチャの一環として、カメラからのすべての通信はアウトバウンドのみであり、当社の Verkada サーバーへの接続には TLS 1.2 を利用します。

プロキシは、クライアントから発生したトラフィックを傍受し、意図された宛先へ転送します。これらは、トラフィック フィルタリング、監査、セキュリティなど、さまざまな理由で利用されます。一部の拠点では、これらの利点を活用するため、インターネット宛てのトラフィックをすべてプロキシ経由にリダイレクトするようネットワークを設定しています。

***

## Command で証明書を管理

防止するため *中間者攻撃*、Verkada カメラと Verkada Command では管理された証明書を利用します。導入済みのプロキシの動作によっては、これらの証明書に変更（SSL/TLS 復号など）が加えられると、カメラが起動しない、または正常に機能しません。

## SSL 検査を設定する

プロキシ利用者は、SSL 検査をサポートできない技術に対してバイパス ルールをよく利用します。これは、トラフィックをプロキシをバイパスさせるために使用する特定のアドレス、FQDN、またはその他の識別特性を指定します。

{% hint style="info" %}
Verkada カメラが正常に動作するよう、これを設定することを推奨します。
{% endhint %}

## 例

### Zscaler の例

Zscaler はクラウドベースのプロキシおよびファイアウォール ソリューションです。トラフィックはオンプレミスからサービスへルーティングされ、そこでさまざまなポリシーを適用できます。

### トポロジーの例

このトポロジーは、望ましい最終目標を示しています。すべてのトラフィックは、元の設定に基づいて Zscaler に転送されます。

{% hint style="info" %}
Verkada が、カメラの安全な接続確立に問題を引き起こす可能性のある Zscaler ポリシーの影響を受けないようにするには、除外ポリシーを設定して、Verkada カメラからのトラフィックをそのようなポリシーから除外する必要があります。
{% endhint %}

<div align="left" data-with-frame="true"><img src="/files/cb2d440361e880edd5edbee597d555b383fb90bb" alt=""></div>

## 除外を設定する

Zscaler で SSL 検査を利用する場合は、例外ポリシーを設定する必要があります。詳細は次を参照してください。 [その方法](https://help.zscaler.com/zia/skipping-inspection-traffic-specific-urls-or-cloud-apps).

## カメラ トラフィックをローカルで Zscaler をバイパスする

Zscaler サービスの設定によっては、Verkada カメラのトラフィックを Zscaler にまったく転送しないことも可能です。たとえば、デフォルトルートを使ってトラフィックを GRE/IPSec トンネル経由で Zscaler の DC に通す代わりに、PBR を利用してクライアント VLAN のトラフィックのみを Zscaler に転送している場合は、ルーティングを調整できる余地があります。

このため、Verkada カメラが専用 VLAN 上にある場合は、以下のように、クライアントベースの VLAN は引き続き Zscaler へ転送しつつ、この VLAN からのトラフィックは通常の方法でインターネットへ転送するようネットワークを設定できます。

### トポロジーの例

<div align="left" data-with-frame="true"><img src="/files/fa44a03b2400a687be6f852cf9f014af582748bf" alt=""></div>

## 検討すべき Zscaler の機能

Zscaler には活用できる追加機能がいくつかあります。詳細は次を参照してください。 [帯域幅制御](https://help.zscaler.com/zia/about-bandwidth-control) これらが Verkada カメラの動作にどのような影響を与え得るかを確認するためです。

それでも Verkada カメラがオンラインにならない場合は、次を参照してください。 [新しいカメラがオンラインにならない](/verkada-cameras/ja/mentenansutotoraburushtingu/troubleshooting/troubleshoot-offline-camera.md).


---

# 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.verkada.com/verkada-cameras/ja/she-zhi/camera-deployment/set-up-verkada-with-zscaler.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.
