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 comment:

  1. Here is the solution of this issue:

    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.

    ReplyDelete