fedarovich / qbittorrent-cli

Command line interface for QBittorrent
MIT License
303 stars 16 forks source link

Issue with connecting when SSL is enabled #19

Closed blackthorn87 closed 4 years ago

blackthorn87 commented 4 years ago

I have SSL enabled, but get the following error:

The SSL connection could not be established, see inner exception. The remote certificate is invalid according to the validation procedure.

Is there a way for me force accept the SSL Cert in some config somewhere?

Thanks.

fedarovich commented 4 years ago

In order to disable certificate validation you can run the following command:

qbt network settings -i true
blackthorn87 commented 4 years ago

Thank you. This worked perfectly.