development

Fiddler가 설치하는 루트 CA 인증서를 제거하는 방법

big-blog 2020. 9. 9. 21:58
반응형

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):

  1. Go to the Security tab in settings
  2. Tap Trusted credentials, then select the User tab
  3. Tap on the Fiddler “Do not trust” certificate, then scroll down to remove it
  4. 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 trafficFiddler는 어쨌든 암호를 해독 할 수 없으므로 다른 답변에서 제안한대로 Fiddler 인증서를 제거하는 것은 의미가 없습니다.

참고 URL : https://stackoverflow.com/questions/16827901/how-do-you-remove-the-root-ca-certificate-that-fiddler-installs

반응형