cancel
Showing results for 
Search instead for 
Did you mean: 

4.0c SSL Issues

ggates1
Champ in-the-making
Champ in-the-making
Can anyone help with what not getting the SSL certs to work.   I am posting for the tech who is banging his head against the wall trying to fix this. Any help would be welcomed and appreciated.

Our management is starting to doubt Alfresco community which puts our position in a bad place causing frustration.

"Thought so, just asking.  Man, I hope I swing John / Tom to do Microsoft Office 365.  All this Freemium open source goes away.  True open source was never supposed to operate like this (having a commercial model available.  It’s a little too bait-and-switch for me)."

from tech:
When I was setting this up, I was able to get everything configured properly.  The error logs showed no errors before I stopped.  The issue I was having as that, even with all ports opened, when connecting to the Apache Tomcat Connector (https://share.xxxxx.org/share port 443) it would time out.  I’m assuming this is because the connector for Tomcat (port 8009, which forwards to 8443 https://share.xxxxx.org:8443/share)  I know port 8009 is opened as telnet’ing to it was successful.  What Tomcat does is translate port 8009 to 8443.  Port 443 was also opened as telnet’ing was successful as well.  It may be the redirect in Tomcat wasn’t working properly but I was unable to find any errors in the logs pertaining to it.

The documentation I found was for 4.0, however the changes done to alfresco are minimal and only needed if done via command line installation.  The AJP1.3 connector is installed by default with a GUI install (which we did) and therefore required no changes to the Tomcat setup at all.

Thanks
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
You need to reword your questions and provide more detail.

Is your problem actually to do with "SSL Certs" or is it more to do with setting up a proxy in front of tomcat?

ggates1
Champ in-the-making
Champ in-the-making
Looks like we got it solved.

Thanks for asking for more details mrogers I appreciate it….
From tech:

It’s all fixed.  http://share.xxxxxxx.org should rewrite to https://share.xxxxxxx.org/ and then whatever is trailing gets tacked on via mod_rewrite module.  So that this works for /share /alfresco and so on.



The one thing to note, as I had read, the AJP1.3 connector is connecting to port 8080 (the unsecured alfresco port) but shouldn’t matter because the connection is local to the host on both ends.  It may have been worthwhile to use 8443 if we possibly were doing it on different hosts, but even then I don’t think so since they are just the stock alfresco certs.



Anyway, it is working and we’re all set for this.  Next phase is to set /share as the root / so when you go to https://share.xxxxxx.org you get the share.war file