From 0909a4739ba4159983fa0469d90adce29aaf894f Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Mon, 23 Mar 2015 10:48:46 +0800 Subject: [PATCH] Updated How to config https proxy (markdown) --- How-to-config-https-proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/How-to-config-https-proxy.md b/How-to-config-https-proxy.md index a00dca7..aed54d8 100644 --- a/How-to-config-https-proxy.md +++ b/How-to-config-https-proxy.md @@ -12,6 +12,7 @@ Here is the guide to config your https proxy and using it to intercept your http * start anyproxy by ``anyproxy``, fetch rootCA.crt via http://localhost:8002/fetchCrtFile, then open and trust it. * an qr code for rootCA.crt will be available via http://localhost:8002/qr_root, you may need it when installing certificate on mobile devices. * you should trust this rootCA on all of your clients. Otherwise, you will get a warning like UNAUTHORIZED_CERTIFICATE. +* once rootCA is correctly trusted, you don't need to generate it from then on. #### to intercept(decrypt) https requests * start your anyproxy by ``anyproxy --intercept``. When rootCA exists, it will intercept(decrypt) all the https requests for you.