SSL settings appears to no longer be present in system settings application. STEPS TO REPRODUCE 1. Launch system settings. 2. Search for SSL OBSERVED RESULT No SSL settings found. EXPECTED RESULT Ability to view & manage ssl settings. SOFTWARE/OS VERSIONS Windows: n/a macOS: n/a Operating System: KDE neon 6.0 KDE Plasma Version: 6.0.0 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.5.0-21-generic (64-bit) Graphics Platform: Wayland Processors: 16 × 12th Gen Intel® Core™ i7-1270P Memory: 31.0 GiB of RAM Graphics Processor: Mesa Intel® Graphics Manufacturer: HP Product Name: HP EliteBook 840 14 inch G9 Notebook PC System Version: SBKPF ADDITIONAL INFORMATION
Created attachment 166510 [details] Plasma 6 system network settings
Indeed, and at the moment this is intentional. We may end up making a new one at some point in the future, but no guarantees.
(In reply to Nate Graham from comment #2) > Indeed, and at the moment this is intentional. We may end up making a new > one at some point in the future, but no guarantees. Is there a way to manage system certificates?
Is there a way to trust a custom CA? Should one edit /etc/xdg/ksslcalist directly?
In what apps? The reason we removed this was because the settings were generally not respected by most 3rd-party apps.
Currently, kio_http, triggered by an akonadi DAV resource, displays lots of annoying messages if the CA is not trusted (occasionally, there's also a bug in the dialog box with a button without label). The KDE5 version allowed one to trust it. I haven't been able to find a way to do this so far.
(In reply to auxsvr from comment #6) > Currently, kio_http, triggered by an akonadi DAV resource, displays lots of > annoying messages if the CA is not trusted (occasionally, there's also a bug > in the dialog box with a button without label). The KDE5 version allowed one > to trust it. I haven't been able to find a way to do this so far. I have the same (annoying) problem. Did you find a solution yet?
The ability to ignore SSL errors is unrelated to this settings module. If that's broken there's a separate bug that needs fixing
See https://bugs.kde.org/show_bug.cgi?id=484241
As for why the SSL settings page was removed: It was part of the deprecated-by-definition kdelibs4support Framework. This intentionally wasn't ported to Qt6, that's why it no longer shows up. So removing it wasn't really a conscious decision but more a side-effect of where it was located. Why it was placed there in the first place I can only speculate though