mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
HTTPS RSS feeds don't work with HTTP proxy #2247
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#2247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dominoto on GitHub (Mar 10, 2015).
HTTPS RSS feeds don't work when HTTP proxy is enabled. I get the red x icon. When I disable the proxy and restart, the feeds work. I noticed that HTTP feeds are working either way.
@chrishirst commented on GitHub (Mar 10, 2015):
If the proxy does not support HTPS ... It won't work.
HTTP will work with, or without HTTPS being supported.
Also. .... For things like this , .... Please use the qbittorrent support forum
@dominoto commented on GitHub (Mar 10, 2015):
But the same setup is working in utorrent 2.2.1 (with "Disable connections unsupported by the proxy" unticked) so I was wondering if it can be similarly configured in qbittorrent. Btw. your link is giving me the 404.
@chrishirst commented on GitHub (Mar 10, 2015):
Fixed.
uTorrent has ALL sorts of bad behaviours.
@dominoto commented on GitHub (Mar 10, 2015):
It's working in Deluge too. And I think it worked in earlier version of qBittorrent. I'll try to find an earlier version and see if it worked there.
@pmzqla commented on GitHub (Mar 10, 2015):
qBittorrent download the feeds through the configured proxy. The other clients you tested are either not using the proxy to download the feeds or are using the HTTP CONNECT method.
Unfortunately Qt does not allow to use that method: https://bugreports.qt.io/browse/QTBUG-39715
A possible solution would be not using the proxy to download the feeds, but in my opinion this has to be optional.
@dominoto commented on GitHub (Mar 10, 2015):
Thanks for quick responses guys.
@pmzqla, so, there is not much to do but wait for this HTTP CONNECT implementation by Qt. Thanks for the information. =)
@sledgehammer999 commented on GitHub (Mar 11, 2015):
We could add a checkbox in the proxy configuration that would read "Don't use for RSS feeds". (and another one for search).
@sledgehammer999 commented on GitHub (Mar 11, 2015):
@pmzqla The first comment in that bug report says the Qt supports HTTP CONNECT. And sure enough in the docs for
QNetworkProxy::ProxyTypeit says this for HTTP:So maybe @dominoto's proxy may not support HTTP CONNECT (or HTTPS specifically)?
@pmzqla commented on GitHub (Mar 11, 2015):
Uh, I wonder how I ended up on that bug report rather than Qt's documentation.
It's obvious that I haven't read the comments. In any case, a simple checkbox would provide a way to get the feeds when proxies do not allow tunneling.
@dominoto commented on GitHub (Mar 11, 2015):
@sledgehammer999 that would be really cool if it isn't a problem, thanks! :D
@dominoto commented on GitHub (May 14, 2015):
@sledgehammer999, don't want to be pushy, just wondering is there any progress on this?