From a90b1d0b111b5dece4f297948669c25f412d1f85 Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Mon, 23 Mar 2015 11:20:14 +0800 Subject: [PATCH] Updated How to config https proxy (markdown) --- How-to-config-https-proxy.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/How-to-config-https-proxy.md b/How-to-config-https-proxy.md index 732e1b4..6f08e2b 100644 --- a/How-to-config-https-proxy.md +++ b/How-to-config-https-proxy.md @@ -17,20 +17,19 @@ Here is the guide to config your https proxy and using it to intercept your http #### to intercept(decrypt) https requests * start your anyproxy by ``anyproxy --intercept``. When rootCA exists, it will intercept(decrypt) all the https requests for you. * again, if you meet with a warning like UNAUTHORIZED_CERTIFICATE, please check if the root CA is correctly trusted by your operation system. +* you can view all decrypted https data via http://localhost:8002 ,and decrypted https requests will carry a lock icon with its id. + +![](http://gtms04.alicdn.com/tps/i4/TB1BlqiHXXXXXX1apXXxQJt_XXX-1229-391.jpg_400x400.jpg) #### about certs -* root certs and temperary certs are stored at ``path.join(util.getUserHome(),"/.anyproxy_certs/")`` -* to get the rootCA.crt file , you may either find it in local dir or download it via anyproxy web interface * to clear all the temperary certificates ``anyproxy --clear`` * https features may be unstable in windows #### screenshot -* Decrypted https requests will carry a lock icon with its id. -![](http://gtms04.alicdn.com/tps/i4/TB1BlqiHXXXXXX1apXXxQJt_XXX-1229-391.jpg_400x400.jpg) #### to start an https proxy