hilbix opened a new issue, #4489: URL: https://github.com/apache/couchdb/issues/4489
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: # ( Do NOT give us access or passwords to your actual CouchDB! ) I tried to follow the instructions to install CouchDB on Ubuntu 22.04: <https://docs.couchdb.org/en/latest/install/unix.html#enabling-the-apache-couchdb-package-repository> But URL <https://apache.jfrog.io/artifactory/couchdb-deb/dists/jammy/InRelease> fails to download with ``` # curl -D- https://apache.jfrog.io/artifactory/couchdb-deb/dists/jammy/InRelease HTTP/1.1 302 Moved Temporarily Date: Wed, 22 Mar 2023 04:48:34 GMT Content-Type: text/html Content-Length: 138 Connection: keep-alive Location: https://landing.jfrog.com/reactivate-server/apache <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>nginx</center> </body> </html> ``` ## Steps to Reproduce [NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. ) Open <https://apache.jfrog.io/artifactory/couchdb-deb/> in a browser, this gives: ``` Time flies when you’re having fun. Your 14-day trial may be over, but you have options! Need help choosing the right subscription or additional time on your trial? Just let us know and a DevOps expert will reach out to assist you. ``` ## Expected Behaviour [NOTE]: # ( Tell us what you expected to happen. ) Artifactory is available at the documented URL. ## Your Environment [TIP]: # ( Include as many relevant details about your environment as possible. ) [TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. ) ``` # cat /etc/apt/sources.list.d/couchdb.list deb [signed-by=/etc/opt/keys/apache.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ jammy main # md5sum /etc/opt/keys/apache.gpg 35f3e52afb5b8cb33ab0751e39b9886b /etc/opt/keys/apache.gpg ``` * CouchDB version used: N/A (cannot install) * Browser name and version: apt * Operating system and version: Ubuntu 22.04.2 LTS ## Additional Context [TIP]: # ( Add any other context about the problem here. ) If this problem is transient, then please consider moving somewhere with some more stable service. Debian Repositories are so plain dead simple, that there is absolutely no need to host them at some unreliable ISP. If you need Jfrog to create the deb packages etc., then please consider some official mirror. Thanks. PS: Please note that such type of error also creates massive warnings in the monitoring infrastructure, because `apt` fails to update properly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org