Updated How to config https proxy (markdown)

Otto Mao 2015-03-23 11:20:14 +08:00
parent c43a48a846
commit a90b1d0b11

@ -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