So I have a Docker Alfresco 7.2.1 Community Edition installation, I set the following properties on the alfresco global properties:
....
alfresco.host=${SERVER_NAME}
alfresco.port=443
alfresco.scheme=https
alfresco.server=${SERVER_NAME}
api-explorer.url=https://${SERVER_NAME}:443/api-explorer
alfresco.protocol=https
share.host=${SERVER_NAME}
share.port=443
share.protocol=https
opencmis.context.override=true
opencmis.context.value=
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://${SERVER_NAME}:443
...
When I go to the url: https://XXX/alfresco/cmisws/ i got this:
I can't understand why the protocol remains http when I told it with the override that it should be https.