|
Bugzilla – Full Text Bug Listing |
| Summary: | opensuse-welcome indefinitely retries proxy without interval | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Luiz Angelo Daros de Luca <luizluca> |
| Component: | KDE Applications | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | fabian, fvogt, luizluca |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Luiz Angelo Daros de Luca
2023-10-16 18:37:36 UTC
Might be a bug in Qt WebEngine. Are falkon or konqueror also affected? In any case, please run QT_LOGGING_RULES=*.debug=true opensuse-welcome. Are there any relevant messages? (In reply to Fabian Vogt from comment #1) > Might be a bug in Qt WebEngine. Are falkon or konqueror also affected? I have not used konqueror in years. Yes, it is also affected. > In any case, please run QT_LOGGING_RULES=*.debug=true opensuse-welcome. Are > there any relevant messages? No. There is no mention to http, proxy, news and other similar terms. (In reply to Luiz Angelo Daros de Luca from comment #2) > (In reply to Fabian Vogt from comment #1) > > Might be a bug in Qt WebEngine. Are falkon or konqueror also affected? > > I have not used konqueror in years. Yes, it is also affected. In that case, can you provide simple instructions for reproducing the issue? It's most likely a bug in upstream Qt. (In reply to Fabian Vogt from comment #3) > (In reply to Luiz Angelo Daros de Luca from comment #2) > > (In reply to Fabian Vogt from comment #1) > > > Might be a bug in Qt WebEngine. Are falkon or konqueror also affected? > > > > I have not used konqueror in years. Yes, it is also affected. > > In that case, can you provide simple instructions for reproducing the issue? > It's most likely a bug in upstream Qt. You just need an HTTPS proxy (squid, for example) that uses kerberos (NEGOTIATE) authentication: $ https_proxy=http://myproxy.com:3128 curl -I --proxy-negotiate --proxy-user : https://news.opensuse.org HTTP/1.1 200 Connection established HTTP/2 200 date: Tue, 17 Oct 2023 16:47:06 GMT content-type: text/html content-length: 25842 last-modified: Tue, 17 Oct 2023 16:01:29 GMT vary: Accept-Encoding etag: "652eafd9-64f2" expires: Wed, 18 Oct 2023 16:47:06 GMT cache-control: max-age=86400 accept-ranges: bytes x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block x-content-type-options: nosniff referrer-policy: no-referrer-when-downgrade strict-transport-security: max-age=15768000 $ https_proxy=http://myproxy.com:3128 opensuse-welcome |