Skip to content

Commit

Permalink
Fix proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 5, 2017
1 parent 6efeb12 commit 76daa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ curl -k --proxy-insecure -x https://localhost:8000 https://example.com
You can start a fresh Chrome session using this proxy & trusting the cert with:

```
google-chrome --user-data-dir=/tmp/chrome --proxy-server="https://localhost:80" --ignore-certificate-errors-spki-list=AvVrqB/anBbJ+KRCMH/anWgZbeE0Y28JtqYB0+2MDmE=
google-chrome --user-data-dir=/tmp/chrome --proxy-server="https://localhost:8000" --ignore-certificate-errors-spki-list=AvVrqB/anBbJ+KRCMH/anWgZbeE0Y28JtqYB0+2MDmE=
```

After a minute of heavy use the proxy will crash with SIGSEGV/SIGABRT, I think always in CRYPTO_free, and typically inside DestroySSL.
Expand Down

0 comments on commit 76daa5b

Please sign in to comment.