Hi,
I initiate the upgrade of my single-server with non-ssl apache (because I’m using an offload SSL Proxy in front) but the /opt/kaltura/bin/kaltura-config-all.sh script in not asking me anymore if I want my Apache VHOST to use SSL or not.
It’s immediately asking me for the certificate files.
kaltura-front-16.5.0-1.noarch
Please input path to your SSL certificate[/etc/ssl/certs/localhost.crt]:
Please input path to your SSL key[/etc/pki/tls/private/localhost.key]:
Please input path to your SSL CA file or leave empty in case you have none:
Now my installation is broken.
Any chance to fix this ?
I tried using the .ans file with option :
IS_SSL="false"
or
IS_SSL="no"
But it’s not working.