It appears that only the non-secure http protocol is accepted within the LiveAppServerCluster.xml:
<app-server id="LiveCRS" hostName="myhostname" port="443"> <!-- There is no option to change this to https -->
When running promote_content.sh, getting this error because dyn/admin is only listening on https for security reasons (not http):
[01.06.17 10:45:02] INFO: Calling Assemblers to update contents.
[01.06.17 10:45:02] SEVERE: Unable to update Assembler at URL: http://myhostname:443/dyn/admin/assemblerAdmin/admin
Caused by org.apache.http.NoHttpResponseException
org.apache.http.impl.conn.DefaultHttpResponseParser parseHead - The target server failed to respond
[01.06.17 10:45:02] INFO: Finished updating Assemblers. Updating reference file.
Is there any way to enable https for this path or a workaround to proceed with the assembler update?
Thanks in advance.