download_url and 404: Not Found
I have added <obs_url>https://MYSERVER</obs_url> and <download_url>https://MYSERVER/repos</download_url> to my on-prem OBS config. "osc repourls" returns https://MYSERVER/repos/MYPROJECT/SLES_15_SP3/MYPROJECT.repo, but when I click on "Go to download repository" link, then I get "404: Not Found". On my server I can find the /srv/obs/repos/MYPROJECT/SLES_15_SP3/MYPROJECT.repo file. Please advise.
The download server by default listens on port 82, without TLS. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
In my browser, I tried to open http://MYSERVER:82/repos/MYPROJECT/SLES_15_SP3 but I received "This site can't be reached." I don't see any errors in /var/log/apache2/*_log related to my browser request to open that URL.
RESOLVED. My OBS is using HTTPS on port 443; however, the download is HTTP on port 82. The following configuration resolved my issue. <obs_url>https://myserver</obs_url> <download_url>http://myserver:82</download_url>
participants (2)
-
Andreas Schwab
-
George Kraft