From d38da77e2b91a1f07cc680b5a3bdeb5f176ced14 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 24 Mar 2020 22:45:57 -0400 Subject: [PATCH] Update HTTP proxy tip and add warning. Close #718. --- tips.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tips.md b/tips.md index 774a850..e4922d7 100644 --- a/tips.md +++ b/tips.md @@ -14,8 +14,11 @@ endif Note that `--sync` flag is used to block the execution until the installer finishes. -(If you're behind an HTTP proxy, you may need to add `--insecure` option to the curl command. In -that case, you also need to set `$GIT_SSL_NO_VERIFY` to true.) +#### HTTP proxy issues :warning: + +If you're behind an HTTP proxy and your proxy does not have TLS/SSL certificates required for Github or if Github has expired TLS/SSL certificates, you may need to add `--insecure` option to the curl command. In that case, you also need to set `$GIT_SSL_NO_VERIFY` to true. + +Resort to this only if git cannot get updated certificates or if Github has TLS/SSL issues. ### Install plugins on the command line