diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-08-08 19:22:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-08 21:41:07 +0200 |
commit | 13ef623a81736e95da1cc1d13a02dd78e228adee (patch) | |
tree | 461ddac9a389bdeadf93ac430b601767cdf26795 /tests/runtests.pl | |
parent | 58845f2e2e2e19738882f44cf1cbedeb160e76d1 (diff) | |
download | curl-13ef623a81736e95da1cc1d13a02dd78e228adee.tar.gz |
docs/comments: Update to secure URL versions
Closes #1741
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 3d907897f..065df7c5f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4952,7 +4952,7 @@ sub startservers { return "failed starting socks5 server"; } elsif(($sshdid =~ /OpenSSH/) && ($sshdvernum < 370)) { - # Need OpenSSH 3.7 for socks5 - http://www.openssh.com/txt/release-3.7 + # Need OpenSSH 3.7 for socks5 - https://www.openssh.com/txt/release-3.7 logmsg "$sshdverstr insufficient; socks5 tests need at least OpenSSH 3.7\n"; return "failed starting socks5 server"; } |