1. Overview
Enabling the cache proxy can reduce the load on the target site and improve the access speed. The system will return the cached results of the same request within 2 hours to avoid repeated access to the target site. Please install and configure the cache certificate before use.
2. Steps
2.1 window
Step 2: Right - click on the file and select "Install Certificate".
Step 3: In the installation wizard, select "Current user" and click "Next".
Step 4: Select "Place all certificates in the following store", click "Browse", and select "Trusted Root Certification Authorities".
Step 5: After all the selections are made, click "Next" all the way to "Finish".
2.2 Linux
Step 2. Open the end point and put it in the system trusted location
sudo mv ./flyproxy.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates
2.3 Mac
Step 1. Prepare the certificate file and put it in a place where you can find it.
Download certificate
Step 2. Open Keychain Access (you can search for it if you can't find it).
Step 3: Select "System" in the upper left corner, select "Certificates" on the right, and then drag the certificate in, or click File > Import.
Step 4. Find the imported certificate, double - click to set trust → select "Always trust".
Step 5. The system will ask you to enter your password for confirmation. After that, the browser will no longer say "not secure".