configuring links for https

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

jabernethy
Posts: 5
Joined: Wed May 13, 2009 5:05 pm
Contact:

configuring links for https

Post by jabernethy »

Hello,

I have installed OpenEMM-2011 on an CentOS 6.2 system. Everything works as expected. Next, we deployed an Apache server to front-end for Tomcat so we could use SSL-encrypted links. The Apache server redirects requests to port 80 and port 443 to Tomcat and everything is good.

The problem is this: OpenEMM still thinks that the base URL should be http://myhost.mydomain.com:8080/. This is an issue when the links in my messages are replaced with the redirector links. I would like to know how to tell OpenEMM to use https://myhost.mydomain.com/ instead of the port 8080 URL when replacing the links in my emails.

I found the following properties in emm.properties and cms.properties:
system.url
ecs.server.url
cms.ccr.url
and modified these to use the HTTPS URL. Nonetheless, OpenEMM still wants to use the original port 8080 URL.

How do I tell OpenEMM to use the HTTPS URL?

thanks,
Jed
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: configuring links for https

Post by maschoff »

The redirect_domain is set in MySQL database table company_tbl.
OpenEMM Maintainer
Post Reply