#52 resultsdb log_url urls are http, not https
Closed: Fixed None Opened 8 years ago by ralph.

Not sure if this is a code issue or strictly a deployment issue, but the log_url urls returned by the JSON api are http and not https. See this response for an example:

https://taskotron.fedoraproject.org/resultsdb_api//api/v1.0/testcases/depcheck/results?item=supybot-fedora-0.3.4-1.fc22&since=2015-08-31T20%3A30%3A16

It points to http://taskotron.fedoraproject.org/artifacts/all/79be7708-5057-11e5-bdb1-525400062113/task_output/supybot-fedora-0.3.4-1.fc22.x86_64.log for the logs, which then has to be redirected to https. This happens transparently for users so it's not a big issue, but would be nice to avoid that hop.

Bodhi2 links to the URLs from a table in its UI.


It's a deployment issue, easy to fix. Thanks for the report.

Login to comment on this ticket.

Metadata