Fiddler가 설치하는 루트 CA 인증서를 제거하는 방법
Fiddler는 HTTPS 트래픽을 가로 채기 위해 고유 한 루트 CA 인증서를 추가하는 데 도움이됩니다.
이 인증서를 추가 한 후 제거하는 방법은 무엇입니까?
Fiddler에서 Tools
» Options
» 로 이동합니다 HTTPS
.
그런 다음 선택을 취소 Decrypt HTTPS traffic
하고 Actions
»를 실행 Remove Interception Certificates
합니다.
그러면 Windows 인증서 저장소에서 모든 Fiddler 인증서가 제거됩니다.
답변 감사 / 감사 :
- Eyal Abir의 편집 역사에 대한 원래 답변
- 이 업데이트 된 답변 및 스크린 샷에 대한 Jpsy
두 가지 방법 중 하나 :
1) HTTPS 복호화를 비활성화하고 "차단 인증서 제거"버튼을 클릭합니다.
2) CertMgr.msc를 열고 개인 및 신뢰할 수있는 저장소를 열고 루트에서 Delete 키를 사용합니다.
Just expanding on EricLaw's 2nd option, which is more useful if you've put that cert on multiple devices (fairly common during network testing), and you only want to remove it on one (source - http://www.cantoni.org/2013/11/06/capture-android-web-traffic-fiddler):
- Go to the Security tab in settings
- Tap Trusted credentials, then select the User tab
- Tap on the Fiddler “Do not trust” certificate, then scroll down to remove it
- You may need to power cycle your device to get all apps to forget about the Fiddler certificate (e.g., the Chrome browser will continue to try to use it for a while)
In Fiddler go to Tools
» Options
» HTTPS
.
Then uncheck Decrypt HTTPS traffic
and run Actions
» Remove Interception Certificates
.
This will remove all Fiddler certs from the Windows certificate store.
배경 :
Fiddler는 HTTPS 트래픽을 해독하고 검사하기 위해 일종의 "중간자"접근 방식을 사용하고 있습니다. 이를 위해서는 신뢰할 수있는 자체 인증서가 필요합니다. 따라서 Decrypt HTTPS traffic
Fiddler는 어쨌든 암호를 해독 할 수 없으므로 다른 답변에서 제안한대로 Fiddler 인증서를 제거하는 것은 의미가 없습니다.
'development' 카테고리의 다른 글
.bashrc / .profile이 새 tmux 세션 (또는 창)에로드되지 않는 이유는 무엇입니까? (0) | 2020.09.09 |
---|---|
C 컴파일러가 정렬 패딩을 제거하기 위해 구조체 멤버를 재 배열 할 수없는 이유는 무엇입니까? (0) | 2020.09.09 |
XMLHttpRequest가 XXX No 'Access-Control-Allow-Origin'헤더를로드 할 수 없습니다. (0) | 2020.09.09 |
CSS 색상 변수에 불투명도를 어떻게 적용합니까? (0) | 2020.09.09 |
즉시 변수 이름을 지정하는 방법은 무엇입니까? (0) | 2020.09.09 |