kaltura / platform-install-packages

Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
GNU Affero General Public License v3.0
521 stars 242 forks source link

apt mirror can't be used with Ubuntu 16.04, because of redirect #648

Closed tmu-sprd closed 5 years ago

tmu-sprd commented 5 years ago

Bug report

*Please provide steps to reproduce, including errors from /opt/kaltura/log/kaltura_api_v3.log, /opt/kaltura/log/kaltura_apache_errorslog and /opt/kaltura/log/kaltura_prod.log:**

Following this guide https://github.com/kaltura/platform-install-packages/blob/Naos-14.17.0/doc/install-kaltura-xenial.md. This line doesn't work:

echo "deb [arch=amd64] http://installrepo.kaltura.org/repo/apt/xenial naos main" > /etc/apt/sources.list.d/kaltura.list

An apt-get update fails with 403 forbidden. The URL needs to be http://installrepo.origin.kaltura.org/repo/apt/xenial/ with mandatory trailing slash, but apt cut's this slash, which leads always to a 301 redirect, which is considered as insecure (CVE-2019-3462) and won't work anymore with a current apt.

Please provide a mirror without redirect or using HTTPS.

Linux distribution name and version:

Ubuntu 16.04.6 LTS

Are you using the RPM or deb packages?

When using RPM, paste the output for:

# rpm -qa "kaltura-*"

For deb based systems:

# dpkg -l "kaltura-*"

Is this an all in one instance [single server] or a cluster?

If applicable, please provide the MySQL version

If you're having an issue with a specific media asset, please provide a link from which it can be downloaded/played:

tmu-sprd commented 5 years ago

Nevermind. An internal apt-proxy prevented the connection. Sorry for the fuss.