cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to enable https/SSL for Alfresco 5.0.c

darkrealm12
Champ in-the-making
Champ in-the-making
Hi there,

I'm having issues configuring https for Alfresco. I followed the below steps I found online on how to enable it, which I did in order, but I ran into an HTTP 500 IMAP error upon attempting to browse the Alfresco share (https://IP address of share/share/). I'm hosting Alfresco 5.0.c on a Bitnami AMI image via AWS using Ubuntu 14.04.1 LTS as the OS.

Steps for using SSL with alfresco

Settings in server.xml

    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
           maxThreads="150" scheme="https" secure="true"
           clientAuth="false" sslProtocol="TLS" />
Settings in alfresco-global.property

alfresco.context=alfresco
alfresco.host=sitename.companyname.com
alfresco.port=8443 alfresco.protocol=https
share.context=share
share.host=sitename.companyname.com
share.port=8443
share.protocol=https
Settings in share-config-custom.xml

Modify endpoint url accordingly ex. https://<domain>:8443/alfresco/

Any ideas on how to get this to work?
4 REPLIES 4

mlagneaux
Champ on-the-rise
Champ on-the-rise
Hi,

I think you should follow the related Alfresco documentation page :
http://docs.alfresco.com/5.0/concepts/configure-ssl-intro.html

Hope this help.

Hi,

Is the documentation provided also applicable to Alfresco Community Edition 5.0.c? As well, I did scan through it, and was wondering what the first step was referring to i.e. which file do I modify?

Set your proxy to forward the following URL extensions to Alfresco:
/share 
/share/*
/alfresco/api/*/public/cmis/versions/*
/alfresco/api/*/public/alfresco/versions/*
/alfresco/api/cmis/versions/*
/alfresco/service/api/server
/alfresco/cmisatom/*
/alfresco/service/cmis/*

I was now able to configure https on our Alfresco share instance and works fine. Thanks for your help!

darkrealm12
Champ in-the-making
Champ in-the-making
I just found out that I needed to also set up cmis on the Alfresco share. How do I check/go about setting it up?

Thanks.