This commit is contained in:
parent
a79e4e8f69
commit
2f7d65a344
1 changed files with 13 additions and 0 deletions
13
doc/bugs/wget_tarball_over_https_complains.mdwn
Normal file
13
doc/bugs/wget_tarball_over_https_complains.mdwn
Normal file
|
@ -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'.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue