wizard
1
Hi,
I subscribed to one feed that has changed to self signed ssl certificate (…sadly not going to be able to make them change…).
tt-rss will not touch it and gives an error - any chance overwriting it to parse feeds with self signed certificates?
Thanks in advance!
You can work around the issue by downloading their public certificate and placing it in your operating system’s certificate store. On Debian that’s /usr/local/share/ca-certificates/, then running sudo update-ca-certificates from the shell.
TT-RSS uses the operating system’s certificate store so once that’s done it will just start working.
wizard
3
Thanks for the hint - will try!