Bug 409810

Summary: Incorrect encryption state (when using Akregator)
Product: [Applications] kdepim Reporter: 2wxsy58236r3
Component: libkdepimAssignee: kdepim bugs <kdepim-bugs>
Status: ASSIGNED ---    
Severity: normal CC: montel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: A screenshot showing the bug. The "security-low" icon can be seen.

Description 2wxsy58236r3 2019-07-15 06:14:56 UTC
Created attachment 121518 [details]
A screenshot showing the bug. The "security-low" icon can be seen.

SUMMARY
Akregator uses Libkdepim/ProgressManager to display the feed update progress. Even though the feed URL is HTTPS and the connection is secured, the progress bar indicates that "Connection is unencrypted".

STEPS TO REPRODUCE
1. Add some (5-10) HTTPS RSS feeds in Akregator
2. Open Wireshark and monitor port 80
3. Fetch the HTTPS feeds in Akregator and open the progress manager

OBSERVED RESULT
1. In Wireshark, there is no packet related to the fetch of HTTPS feeds, which means that the connections are encrypted.
2. In the progress manager, the "security-low" icon is displayed. (See attached screenshot) If you hover the mouse over the icon, "Connection is unencrypted" is displayed.

EXPECTED RESULT
The "security-high" icon should be displayed. If you hover the mouse over the icon, "Connection is encrypted" should be displayed.

SOFTWARE/OS VERSIONS
Linux, KDE Frameworks 5.59.0, Akregator 19.04.3

ADDITIONAL INFORMATION
The feed in the screenshot is https://github.com/lede-project/source/commits/master.atom.
Comment 1 Laurent Montel 2019-07-15 06:32:35 UTC
I confirm this bug