trikko/tshare

CURL error: 60

MeJIuFaRo opened this issue · 4 comments

i have error 60

root@docker:~# tshare zerotier.tar
Upload failed (CURL error: 60)

image

How i can fix this ?

trikko commented

It sounds like your curl can't validate https certificate of the server.

That means that probably on your system the cert bundle is missing or it is outdated.
Or someone is act as man in the middle and trying to stealing your data.

You're running a docker, which system? Where does it keep the certs?

trikko commented

First thing first: what's the output of:

curl -v -X HEAD  https://transfer.sh

on your system?

sorry my mistake. i was trouble my dns server)

trikko commented

No problem! You're welcome!