Hi all,
I'm trying to use the chemistry opencmis library via atompub when the server is setup for SSL, but when using the library the app:collection keeps redirecting the URL to a non-secure version.
atompub xml snippet:<app:collection href="http://..:80...
Desired outcome is to use the https:// version expected.
I've tried the spring-webscripts-custom-config.xml approach, but that was apparently for the old CMIS server impl. Using the following API access layer for cmis:
https://<server>/alfresco/api/-default-/cmis/versions/1.0/atom
thanks for any assistance,
-D
—