Title has it all, running Powder on Fedora Linux 32, tried to go to gallery and I get Error 618.
Here's the pastebin.
Any ideas folks?
OK. i'll keep that in mind. Had to go back to Windows for reasons. If I ever run Powder on Fedora again i'll give it a look.
I am also running Fedora 33 Workstation and I can't seem to fix this issue, I have SSL installed and there are some certificates in the directory it looks for, but not with the name "ca-certificates.crt".
Edit: I do have the ca-bundle.crt that you mentioned, but how do I point it correctly?
For anyone who encounters this issue in the future, you just have to run this command:
sudo ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
This will create a symlink from the certificate bundle to the location where TPT is looking for it.
Thanks bro! Its very helpful. I used this command on fedora 33 and it works good.