https://bugs.kde.org/show_bug.cgi?id=418779
Daniel <s...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from Daniel <s...@gmx.de> --- Found a "solution" I had to disable IPv6 and than I could add an exeption to accept the certificates. I used: sudo nano /etc/sysctl.conf added at the end of this file net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 than sudo sysctl -p and it worked. No plasma crash anymore -- You are receiving this mail because: You are watching all bug changes.