Skip to content

Commit dec366c

Browse files
rudisgitster
authored andcommitted
config: document default value of http.sslVerify
Remove any doubt that certificates might not be verified by default. Signed-off-by: Simon Ruderich <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 27dea46 commit dec366c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,8 +1793,8 @@ empty string.
17931793

17941794
http.sslVerify::
17951795
Whether to verify the SSL certificate when fetching or pushing
1796-
over HTTPS. Can be overridden by the `GIT_SSL_NO_VERIFY` environment
1797-
variable.
1796+
over HTTPS. Defaults to true. Can be overridden by the
1797+
`GIT_SSL_NO_VERIFY` environment variable.
17981798

17991799
http.sslCert::
18001800
File containing the SSL certificate when fetching or pushing

0 commit comments

Comments
 (0)