So, bodhi2 queries resultsdb for lots of stuff. resultsdb returns its results in a paginated format and each response contains a next url for the next page, which is cool.
next
However, if you request results over HTTPS (which we always do), the next url returned from taskotron (at least in staging) is an HTTP url.
For bodhi2 web clients, this means that we request the first page of results correctly, but the second page is denied by modern browsers for downgrading the security of the origin.
Proposed solution: resultsdb should return results with an HTTP scheme that is configurable site-wide.
Already fixed, not deployed.
https://phab.qadevel.cloud.fedoraproject.org/D264