01-10-2018 11:39 PM
Hi all,
Our application is deployed on cloud recently,
The atompub binding and relevant cmis urls are not working:
if i click on to open the atompub service document , and see the urls in the atom document. I can see inside the atom document links pointing to localhost:8080
http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom
I am expecting
https://my dns host/alfresco/api/-default-/public/cmis/versions/1.1/atom
Any idea ,which file has this configuration for host?
01-11-2018 03:56 AM
Hi:
Did you set alfresco.host, alfresco.port and alfresco.protocol properties in alfresco-global.properties different to localhost , 8080 and http ?
Regards.
--C.
01-11-2018 05:04 AM
Hi
The documentation for these properties is here:
sysAdmin subsystem properties | Alfresco Documentation
Andy
01-11-2018 10:41 AM
The configurations are good and points to right DNS.
01-11-2018 11:04 AM
Hi:
If these alfresco.* values have no effect, you may try to set these properties (again in alfresco-global.properties):
opencmis.context.override=true
opencmis.context.value=
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://<external-proxy-host-name>
Configuring SSL for a production environment | Alfresco Documentation
Regards.
--C.
Explore our Alfresco products with the links below. Use labels to filter content by product module.