diff options
author | http://grossmeier.net/ <greg@web> | 2014-05-14 19:59:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-14 19:59:38 +0000 |
commit | cf9c14cdaad72b4de7337b3f10420f773f27f590 (patch) | |
tree | 607411ccbd6b858d33bf3ecc428737039ddeb985 /doc | |
parent | 7674aa5098b726cb2e555c37d5412c04a90017fd (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/wget_tarball_over_https_complains.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/wget_tarball_over_https_complains.mdwn b/doc/bugs/wget_tarball_over_https_complains.mdwn new file mode 100644 index 000000000..310ca7682 --- /dev/null +++ b/doc/bugs/wget_tarball_over_https_complains.mdwn @@ -0,0 +1,13 @@ +### Please describe the problem. +Can't download new tarball via wget on remote machine without passing '--no-check-certificate'. + +### What steps will reproduce the problem? + +[[!format sh """ +greg@rose:~/bin$ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz +--2014-05-14 15:55:59-- https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz +Resolving downloads.kitenet.net... 107.170.31.195 +Connecting to downloads.kitenet.net|107.170.31.195|:443... connected. +ERROR: certificate common name "kitenet.net" doesn\'t match requested host name "downloads.kitenet.net". +To connect to downloads.kitenet.net insecurely, use '--no-check-certificate'. +"""]] |