Bug 409810 - Incorrect encryption state (when using Akregator)
Summary: Incorrect encryption state (when using Akregator)
Status: ASSIGNED
Alias: None
Product: kdepim
Classification: Applications
Component: libkdepim (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-15 06:14 UTC by 2wxsy58236r3
Modified: 2019-07-15 06:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
A screenshot showing the bug. The "security-low" icon can be seen. (7.43 KB, image/png)
2019-07-15 06:14 UTC, 2wxsy58236r3
Details

Note You need to log in before you can comment on or make changes to this bug.
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