Hello @jess, # curl -I -v $SERVICE_URL/api_v3/index.php yields the following:
[root@player ~]# curl -I -v $SERVICE_URL/api_v3/index.php* About to connect() to player.HIDDEN port 80 (#0)
* Trying HIDDEN... connected
* Connected to player.HIDDEN (HIDDEN) port 80 (#0)
> HEAD /api_v3/index.php HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: player.HIDDEN
> Accept: /
>
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: https://player.HIDDEN/
Apache/2.2.15 (CentOS) Server at player.HIDDEN Port 443
* Connection #0 to host player.HIDDEN left intact
* Closing connection #0