---
title: "Secure Hadoop Web UI 접속 설정"
slug: "secure-hadoop-use-2"
updated: 2026-07-23T09:02:24Z
published: 2026-07-23T09:02:24Z
canonical: "guide-fin.ncloud-docs.com/secure-hadoop-use-2"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://guide-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Secure Hadoop Web UI 접속 설정

VPC 환경에서 이용 가능합니다.

네이버 클라우드 플랫폼 환경에서 Secure Hadoop Web UI 접속을 위한 웹 브라우저 프록시 설정 방법을 안내합니다.

## 사전 작업

- Firefox 웹브라우저가 설치되어 있어야 합니다.
- Firefox 설치 및 사용에 관한 자세한 내용은 [Mozilla 공식 사이트](https://www.mozilla.org/ko/firefox/new/)를 참조해 주십시오.

### 웹 브라우저 프록시 설정

Firefox 웹브라우저의 프로파일 기능을 이용하여 프록시를 설정하는 방법을 4단계로 안내합니다.

#### 1. Firefox 웹브라우저의 프로파일 생성

- 터미널에서 아래 명령어를 실행하여 프로파일 관리자를 실행해 주십시오.

```
/Applications/Firefox.app/Contents/MacOS/firefox –ProfileManager
```

![hadoop-secure-web-ui-1_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-1_ko.png)

![hadoop-secure-web-ui-2_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-2_ko.png)

- **[프로필 만들기]** 버튼을 클릭한 후, 새 프로필 이름에 `test-secure-cluster `를 입력해 주십시오.

#### 2. 프로파일 선택 및 Firefox 시작

- 생성한 프로파일을 선택합니다.
- **시작할 때 묻지 않고 선택한 프로파일을 사용** 버튼을 체크 해제한 후, **Firefox 시작하기** 버튼을 눌러 주십시오.

#### 3. 프로파일 설정 변경

- 생성한 `test-secure-cluster` 프로파일의 네트워크 및 프록시 관련 설정을 아래와 같이 변경해 주십시오.

네트워크 설정 변경 ![hadoop-secure-web-ui-3_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-3_ko.png)

- 주소 창에 `about:config`를 입력하고, 아래의 network 관련 항목들을 수정해 주십시오.
  - `network.negotiate-auth.trusted-uris` = `http://,https://`
  - `network.stricttransportsecurity.preloadlist` = `false`
  - `network.cookie.sameSite.noneRequiresSecure` = `false`

프록시 설정 변경 ![hadoop-secure-web-ui-4_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-4_ko.png)

- 주소 창에 `about:preferences`를 입력하거나, Firefox 설정 메뉴에서 프록시 설정을 검색해 주십시오.  

![hadoop-secure-web-ui-proxy-settings_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-proxy-settings_ko.png)
  - HTTP Proxy: `10.0.4.9` (포트: `18888`)
  - **HTTPS에도 이 프록시를 사용** 체크
  - **SOCKS v5** 선택
  - SOCKS v5를 사용할 때, **DNS 프록시** 체크

#### 4. HTTP 프록시 IP 확인

![hadoop-secure-web-nslookup-1_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-nslookup-1_ko.png)

1. Cloud Hadoop의 클러스터 상세 페이지에서 도메인 주소를 복사해 주십시오.

![hadoop-secure-web-nslookup-2_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-nslookup-2_ko.png)

1. 터미널에서 `nslookup [도메인]` 을 실행해 주십시오.
2. Address 항목의 IP를 복사하여 HTTP 프록시에 입력해 주십시오.

#### 5. 생성한 프로파일로 Firefox 웹 브라우저 열기

주의

생성한 프로파일로 Firefox를 실행한 후에는, 기존에 실행 중인 모든 Firefox 웹 브라우저를 모두 다시 실행해야 정상 동작합니다.

- 프로파일을 직접 입력하여 열기

```
/Applications/Firefox.app/Contents/MacOS/firefox -P test-secure-cluster http://e-001-test-secure-cluster-fk6-hd.kr.ch.naverncp.com:8080
```

위 명령어를 통해 생성한 프로파일로 Firefox를 실행하면서 Ambari Web UI에 바로 접속해 주십시오.

- Firefox 웹브라우저를 열면서 프로파일 선택하기 ![hadoop-secure-web-ui-5_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-5_ko.png)
  - **HTTP Proxy**: `10.0.4.9` (포트: `18888`)  

Firefox 실행 시 프로파일 선택 창에서 `test-secure-cluster` 프로파일을 선택한 후,  

주소창에 아래 URL을 입력하여 Ambari Web UI에 접속해 주십시오.

```
http://e-001-test-secure-cluster-fk6-hd.kr.ch.naverncp.com:8080
```

- Ambari Web UI 접속 확인  

![hadoop-secure-web-ui-6_ko](https://cdn.document360.io/0406ed95-101f-4cde-8dd8-308d03444a94/Images/Documentation/hadoop-secure-web-ui-6_ko.png)
