comparison doc/hgrc.5.txt @ 13328:a939f08fae9c stable

url: add --insecure option to bypass verification of ssl certificates If --insecure specified, it behaves in the same way as no web.cacerts configured. Also shows hint for --insecure option when _verifycert() failed. But currently the hint isn't displayed on SSLError, because it needs a certain level of changes.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 29 Jan 2011 23:23:24 +0900
parents 8dc488dfcdb4
children 4e92ad05fe18
comparison
equal deleted inserted replaced
13322:c19b9282d3a7 13328:a939f08fae9c
1028 ``http://pypi.python.org``. 1028 ``http://pypi.python.org``.
1029 1029
1030 You can use OpenSSL's CA certificate file if your platform has one. 1030 You can use OpenSSL's CA certificate file if your platform has one.
1031 On most Linux systems this will be ``/etc/ssl/certs/ca-certificates.crt``. 1031 On most Linux systems this will be ``/etc/ssl/certs/ca-certificates.crt``.
1032 Otherwise you will have to generate this file manually. 1032 Otherwise you will have to generate this file manually.
1033
1034 To disable SSL verification temporarily, specify ``--insecure`` from
1035 command line.
1033 ``contact`` 1036 ``contact``
1034 Name or email address of the person in charge of the repository. 1037 Name or email address of the person in charge of the repository.
1035 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty. 1038 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
1036 ``deny_push`` 1039 ``deny_push``
1037 Whether to deny pushing to the repository. If empty or not set, 1040 Whether to deny pushing to the repository. If empty or not set,