Right, so, like it says in the output, it could not make the request:
# curl -I -v https://tig03.hiphopservers.com
and got back HTTP 400. You need to understand why that is..
Making the above curl request manually from the shell can go a long way in helping you understand what's wrong.
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Hint:Stack trace: #0 /opt/kaltura/app/tests/lib/KalturaClientBase.php(953): KalturaClientBase->doQueue() #1 /opt/kaltura/app/tests/standAloneClient/exec.php(345): KalturaClientBase->doMultiRequest() #2 {main} thrown in /opt/kaltura/app/tests/lib/KalturaClientBase.php on line 401