ostafen / xdcc-cli

A command line tool for searching and downloading files from the IRC network.
GNU General Public License v2.0
32 stars 4 forks source link

Certificate issue #3

Closed itwars closed 1 year ago

itwars commented 1 year ago

Hello, While try to dl from abject xdcc-cli get, give me back:

x509: “irc.abjects.net” certificate is not trusted

Any tips? BR

ostafen commented 1 year ago

The get commands tries to uses SSL connections when possible. In that case, it will be enought to run:

./xdcc-cli get url -no-ssl

To get the list of all the flags supported, just use:

./xdcc-cli get -h

Usage of get:
  -allow-unknown-authority
        skip x509 certificate check during tls connection
  -i string
        input file containing a list of urls
  -no-ssl
        disable SSL.
  -o string
        output folder of dowloaded file (default ".")

You can also try to just skip the certificate verification