Re: SSL support in AtomPub

2015-10-29 Thread Darren Hartford
Thanks Florian, you hit it dead on!  The AtomPub xml document (/alfresco/api/-default-/cmis/versions/1.0/atom) does indeed list the non-HTTPS addresses (that are the same as the ones from my debugging).  In this case, it was an Alfresco 4.2.f server, sent a question to the alfresco forum on how

Re: SSL support in AtomPub

2015-10-28 Thread Florian Müller
Hi Darren, That is probably a problem on the server side. The collection URLs are taken from the AtomPub service document. If the server provides a HTTP URL, for example for the query collection, even if everything else is HTTPS then the OpenCMIS client library will use this HTTP URL. The client d