Jackett indexer's not working

Almost all of the indexers are not working on rpi3 (except gktorrent, horriblesub). All giving same “An error occurred while sending the request: An error occurred while sending the request” error message. Some of them giving me “An error occurred while sending the request: Error: SecureChannelFailure (One or more errors occurred.)” error.

Edit: If change the site link “https://” to “http://” some of them are working. Isn’t it ssl error?
Edit2: Adding “-c libcurl” in the service fixes the https problem. Google said problem was some library was missing.
Edit3: Changing user(not root) fixes the indexers problem. Created a new user named “jackett” with basic privileges.

Edit4: TO MOD: Please test it and update the package.

Is this forum dead?

Few days ago all indexers stopped working. I’ve checked that jackett version was not up to date so I did apt-get update, upgrade. And now jackett won’t start.

systemctl status jackett.service -l

dpi systemd[1]: Started Jackett Daemon.
dpi mono[6515]: Unhandled Exception:
dpi mono[6515]: System.IO.FileNotFoundException: Could not load file or assembly 'Jackett.Common, Version=0.8.402.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
dpi mono[6515]: File name: 'Jackett.Common, Version=0.8.402.0, Culture=neutral, PublicKeyToken=null'
dpi mono[6515]: [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'Jackett.Common, Version=0.8.402.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
dpi mono[6515]: File name: 'Jackett.Common, Version=0.8.402.0, Culture=neutral, PublicKeyToken=null'
dpi systemd[1]: jackett.service: main process exited, code=exited, status=1/FAILURE
dpi systemd[1]: Unit jackett.service entered failed state.
dpi systemd[1]: Stopping Jackett Daemon...
dpi systemd[1]: Stopped Jackett Daemon.