-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
HttpsPacket edited this page Jul 8, 2020
·
2 revisions
Q:When the software is running, the status bar shows the VPN icon, does the software provide VPN service?
A: No, this software uses a network extension API to capture traffic over a VPN and does not provide any VPN services
A: To decrypt Https traffic, you need to use the root certificate to generate a self-signed certificate. Generated credentials can only be trusted
A: No, all data is stored locally.
Q: Why is my root certificate configured correctly and some of the Https site traffic is still not viewable?
A: Some websites use public key binding technology (HPKP) and trust only specified certificates, so they cannot decrypt traffic. Some websites are already ignored in the default configuration, and you can ignore other such websites by adding rules.
A: The default action is the action to be performed when all the rule files don't match, and the default is to capture traffic
A: There are the following three
- denied: the connection is denied and is directly disconnected when a request is received
- Recording: grabbing packets and recording request data
- Ignore: direct connection, no request data recorded