Kaltura ce 10.8 ssl

During the stand-alone installation for “ssl” bad executes the script "/opt/kaltura/bin/kaltura-batch-config.sh"
entry is not correct
ln -sf $ app_dir / configurations / apache / kaltura.conf /etc/httpd/conf.d/zzzkaltura.conf
for ssl

Hello,

Not sure I understand the problem. Can you please explain exactly what you run and in which context [cluster, all in 1] and what the issue is?

I install “all in 1” with doc from website


if I run /opt/kaltura/bin/kaltura-config-all.sh
at moment when begin /opt/kaltura/bin/kaltura-batch-config.sh is error.
server httpd can not restart - incorrect is zzzkaltura.conf in /etc/httpd/conf.d/
I change in files /opt/kaltura/bin/kaltura-batch-config.sh
this line ln -sf $ app_dir / configurations / apache / kaltura.conf /etc/httpd/conf.d/zzzkaltura.conf on

ln -sf $ app_dir / configurations / apache / kaltura.conf /etc/httpd/conf.d/zzzkaltura.conf

and batch is correct
I dont need zzzkaltura.conf but I have zzzkaltura.ssl.conf

I had the same problem. The installer creates two symlinks within the apache config folder. The ssl configuration seems OK, but the plain http configuration still has placeholders in it which don’t get replaced. So when the installer reloads apache it fails.