[PATCH 11 of 11 V4] sslutil: print a warning when using TLS 1.0 on legacy Python

timeless timeless at gmail.com
Tue Aug 9 22:00:29 UTC 2016


On Fri, Jul 15, 2016 at 12:09 AM, Gregory Szorc <gregory.szorc at gmail.com> wrote:
>
> +  warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
>    (using CA certificates from *; if you see this message, your Mercurial install is not properly configured; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this message) (glob) (?)
>    abort: error: *certificate verify failed* (glob)
>    [255]
>  #endif
>
>  #if no-sslcontext windows
>    $ hg clone https://localhost:$HGPORT/ copy-pull
> +  warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info

Why is it only sometimes optional?


More information about the Mercurial-devel mailing list