> 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/ko/installation/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/88c909aa5aaff20c174b2c55c0808dd3309ad7be" 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/8010b495088508c0bc64770fbb0f922f6fe95b66" alt=""></div>

## 고려할 Zscaler 기능

활용할 수 있는 Zscaler의 추가 기능이 여러 가지 있습니다. 다음을 읽어보세요: [대역폭 제어](https://help.zscaler.com/zia/about-bandwidth-control) 이를 통해 Verkada 카메라의 작동에 영향을 줄 수 있는 요소를 고려하세요.

Verkada 카메라가 여전히 온라인 상태가 되지 않으면 다음을 읽어보세요: [새 카메라가 온라인 상태가 되지 않음](/verkada-cameras/ko/maintenance-and-troubleshooting/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/ko/installation/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.
