From 5843f0d589bf996615a0dbc37af7c5a640523ba8 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 6 May 2022 10:21:28 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dc881fe..cf515e2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Experimental Grasscutter launcher for easily switching between Official and Priv * [Setup (for development)](#setup-for-development) * [TODO](#todo) * [Common Problems](#having-problems) + * [Proxy Installation not Opening/Failing](#manual-proxy-installation) * [White Screen Fix](#white-screen-fix) * [Error 502](#error-502) * [Error 4206](#error-4206) @@ -60,6 +61,15 @@ Experimental Grasscutter launcher for easily switching between Official and Priv Below are some scenarios you may encounter and their solutions. +# Manual Proxy Installation + +If you having trouble installing the proxy server, you can also install it manually. To do so: +1. Create a folder if it does not exist named `ext` in the GrassClipper folder. +2. Download and extract the contents of [this file](https://snapshots.mitmproxy.org/7.0.4/mitmproxy-7.0.4-windows.zip) into the `ext` folder +3. Double click `mitmdump.exe` and allow it to run for a few seconds to generate the certificate +4. Run this command as Administrator: `certutil -addstore root "%USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer"` +5. Use GrassClipper like normal! + ## White Screen Fix Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download)