Unable to report a bug

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Post Reply
pusztaig
Newbie
Newbie
Posts: 3
Joined: Fri Apr 25, 2025 4:53 am

Unable to report a bug

Post by pusztaig »

I'm unable to submit a bug report to bugzilla - I'm blocked

Cloudflare Ray ID: 935cf6d8ae8e4f71 • Your IP: 88.244.80.30 • Performance & security by Cloudflare

My problem is with the winehq ubuntu repository (24.04 - noble), when I'm trying to run

Code: Select all

apt update
it redirects to a malformed URL. I tried to investigate the problem and it looks like some kind of misconfiguration of the repository server. When I'm making a request manually

Code: Select all

curl -IL http://dl.winehq.org/wine-builds/ubuntu/dists/noble/main/
The response headers look like this:

Code: Select all

HTTP/1.1 301 Moved Permanently
Connection: close
Content-Length: 0
Server: Varnish
Retry-After: 0
Location: https://s3.amazonaws.comhttps://s3.amazonaws.comhttps://s3.amazonaws.comhttps://s3.amazonaws.comhttps://dl.winehq.org/wine-builds/ubuntu/dists/noble/main/
Accept-Ranges: bytes
Date: Fri, 25 Apr 2025 06:41:31 GMT
Via: 1.1 varnish
X-Served-By: cache-fra-etou8220134-FRA
X-Cache: HIT
X-Cache-Hits: 0
X-Timer: S1745563291.223279,VS0,VE0
It looks like the wong URL in the Location header is the reason why the apt update command fails.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Unable to report a bug

Post by dimesio »

pusztaig
Newbie
Newbie
Posts: 3
Joined: Fri Apr 25, 2025 4:53 am

Re: Unable to report a bug

Post by pusztaig »

Thanks!
User avatar
jnewman
Site Admin
Site Admin
Posts: 112
Joined: Thu Feb 21, 2008 3:23 pm

Re: Unable to report a bug

Post by jnewman »

Fastly issue, it was forcing HTTPS so all HTTP urls would get rewritten as HTTPS, this rewrite broke the script that was changing the URL over to Amazon. It should not have been exposing the Amazon URL at all.

The fix for this was to allow HTTP without redirect. Which should be fine for APT repos.
pusztaig
Newbie
Newbie
Posts: 3
Joined: Fri Apr 25, 2025 4:53 am

Re: Unable to report a bug

Post by pusztaig »

Yes, apt is working for me now without any errors.
User avatar
jnewman
Site Admin
Site Admin
Posts: 112
Joined: Thu Feb 21, 2008 3:23 pm

Re: Unable to report a bug

Post by jnewman »

I also went in to the CloudFlare WAF and disabled the rule 64fa151963064ea09fc8a7df851d2f71 (Command Injection - Common Attack Commands) that your RayId claims you violated (I'm sure this was a false positive). Hopefully disabling the rule will fix your bug tracker issue.
Post Reply