summaryrefslogtreecommitdiff
path: root/doc/bugs/wget_tarball_over_https_complains.mdwn
blob: c318a1b4a0e3b686ddcc9622b067321ec1e7202a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### 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'.
"""]]

> [[done]]: Per joey's comment, I'll investigate my broken wget