Skip to content

Commit 7d14947

Browse files
committed
Remove now-irrelevant proxy cert topic from troubleshooting
I'm fairly sure this has been solved a long time ago by certificate generation changes.
1 parent 399bda7 commit 7d14947

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/content/docs/guides/troubleshooting.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,6 @@ This is quite rare, and the exact cause isn't pinned down yet. In general this w
7676

7777
If you can reproduce this issue reliably, [please get in touch](/contact/), so we can trace down the exact cause of this.
7878

79-
### A browser shows ERR\_PROXY\_CERTIFICATE\_INVALID or other certificate errors
80-
81-
This means that your browser is not correctly trusting the HTTP Toolkit certificate it has been given, for some reason.
82-
83-
This is another very rare issue, and it's unclear why this happens on certain machines. If this happens to you, do [please get in touch](/contact/) so we can investigate it further.
84-
85-
In the meantime you can manually start Chrome configured to trust _all_ certificates with the below command (for Windows):
86-
87-
```
88-
chrome.exe --ignore-certificate-errors --user-data-dir="C:\Users\$YOURUSERNAME\AppData\Local\httptoolkit\Config\chrome" --proxy-server=127.0.0.1:8000 --proxy-bypass-list="<-loopback>;https://localhost:8000" --disable-restore-session-state --no-default-browser-check --disable-popup-blocking --disable-translate --start-maximized --disable-default-apps --disable-sync --enable-fixed-layout --no-first-run --noerrdialogs --flag-switches-begin --flag-switches-end http://amiusing.httptoolkit.tech
89-
```
90-
9179
You will need to use the full path for Chrome on your machine, and use your username instead of `$YOURUSERNAME` here.
9280

9381
This issue has only been seen on Windows, but if you do see this on Mac or Linux, you'll need to update the data dir path completely. Any empty directory is fine, it's only used to store the new Chrome's profile, and the directory can be deleted later.

0 commit comments

Comments
 (0)