mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-19 13:38:27 +00:00
Updated How to config https proxy (markdown)
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.
|
||||
|
||||

|
||||
|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||
|
||||
|
||||
#### to start an https proxy
|
||||
|
Loading…
x
Reference in New Issue
Block a user