mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
Updated How to config https proxy (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user