]> git.ipfire.org Git - thirdparty/git.git/commit
git-imap-send.txt: do verify SSL certificate for gmail.com
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sun, 30 Aug 2020 22:01:19 +0000 (22:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2020 18:44:33 +0000 (11:44 -0700)
commit08a694bb4b5da6310dde63b0d95838d28e6be820
treeffc5d395ee276d59327091f5b7af22fd574e858f
parent587e69b57383c03e35aecc365812d68798ef0ae7
git-imap-send.txt: do verify SSL certificate for gmail.com

As a public service, it is unlikely that the Gmail server is configured
to throw a certificate that does not verify at the user.

Remove the `sslVerify=false` config from the Gmail example.

Also, comment it in the `example.com` example, and add a note to the
user explaining that they might want to uncomment it if they are having
trouble connecting. While at it, use an Asciidoc 'Note' section in the
Gmail example also.

Based-on-patch-by: Barbu Paul - Gheorghe <barbu.paul.gheorghe@gmail.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-imap-send.txt