(www.tacklesoftware.com - CRM4 Tools - sister-company - check it out)
Tuesday, August 4, 2009
CRM4 MailMerge does not work over https://
Looks like CRM4 Mail Merge requires port 80 to be available to work properly. crmroot/_static folder of the Web site should be accessible through port 80. How nice! (Continue investigation).
1. Create secondary web site on CRM front ends. 2. Make this web site work on port other than port 80 (original CRM Web Site works on port 80 and 443 – that are default settings; you can’t have 2 sites working on the same port) – 8080, for example. 3. Create virtual directories _static and _imgs on that secondary web site, pointing to “original” _static and _imgs folders. 4. Redirect all http traffic (ie. port 80 traffic) to port 8080 on firewall.
I am lucky to do what I enjoy doing and what I am good at, and being paid for that:
Expertise in building and improving IT Infrastructure to maximize performance, stability, and achieving many "nines" on availability chart.
Over 15 years experience in implementing, designing and managing IT "the right way".
Dozens successfully completed IT projects (idea generator, tech lead, project manager) - both for Infrastructure and Software Development.
Here is the solution of this issue:
ReplyDelete1. Create secondary web site on CRM front ends.
2. Make this web site work on port other than port 80 (original CRM Web Site works on port 80 and 443 – that are default settings; you can’t have 2 sites working on the same port) – 8080, for example.
3. Create virtual directories _static and _imgs on that secondary web site, pointing to “original” _static and _imgs folders.
4. Redirect all http traffic (ie. port 80 traffic) to port 8080 on firewall.