Alfresco CMIS Web Service (CMIS 1.0) do not load "https" procol is still fixed to "http"

cancel
Showing results for 
Search instead for 
Did you mean: 
4535992
Senior Member

Alfresco CMIS Web Service (CMIS 1.0) do not load "https" procol is still fixed to "http"

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:

lXTcxczI can't understand why the protocol remains http when I told it with the override that it should be https.