Dear Team.
I’m confronted with the following issues with the cluster installation.
I have front node with ssl
mysql server with sphinx and dwh
nginx server
batch server
The issue is batch does not work but this due to the fact:
[root@batch1 html5]# curl -I $SERVICE_URL/api_v3/index.php
HTTP/1.1 404 Not Found
Date: Fri, 24 Jun 2016 16:07:55 GMT
Server: Apache/2.2.15 (CentOS)
Connection: close
Content-Type: text/html; charset=iso-8859-1
But in the browser the link https://portal.servcast.net/api_v3/index.php it gives the API request as required.
In /opt/kaltura/app/configurations/batch/batch.ini
/opt/kaltura/app/configurations/admin.ini
/opt/kaltura/app/configurations/local.ini
/etc/kaltura.d/system.ini
service url is http://portal.servcast.net, but the result is the same.
The apache configuration is zzzkaltura -> …/apache/zzzkaltura.conf – this has the ssl certs and the vhost on 443
kaltura_redirects.conf ->apache/kaltura_redirects.conf which has the redirect rule and the vhost on port 80
Please advise.
Kind regards.
Edit: Thinking that the ssl is throwing the API requests offguard i removed the ssl configuration, removed the redirect link remove the ssl kaltura link , did a symlink to kaltura.conf and etc…
Now curl gives:
curl -I $SERVICE_URL/api_v3/index.php
curl: (7) couldn’t connect to host
But http://portal.servcast.net/ works.
Everything works.
Can you please tell me where the files that define this variable so i can manually replace.
If i do:
echo $SERVICE_URL
https://portal.servcast.net
So this means it cannot do the requests via https, now can someone please tell me where this is defined so i can change it.
Jacob R,