Hi, I know it must be something simple, but I am stuck here:
thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 362
PHP Fatal error: Uncaught KalturaClientException: Failed to connect to kaltura.my.server port 443: Verbindungsaufbau abgelehnt in /opt/kaltura/app/batch/client/KalturaClientBase.php:362
Stack trace: #0 /opt/kaltura/app/batch/client/KalturaClient.php(1440): KalturaClientBase->doQueue()
Already changed the database url in delivery_profile to https://kaltura.my.server:8443 and the host_name to kaltura.my.server
also changed the line
http {
upstream kalapi {
server kaltura.my.server:8443;
What else could be wrong?
Working on ubuntu 16.04 and followed the guide here: