Hi,
I use the here under tip to force the URL to be accessed by HTTPS :
When adding activities (meetings, calls etc ...) and receiving email messages notifying those ones, the URLs in the message are set by default with HTTP protocol , as a consequence the link fails in the browser getting an HTTP error 400 :Code:RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please. Hint: https://a.b.c.com/
So my question is : is there a way to set the protocol to use in the email invitations (HTTP/HTTPS) somewhere in the Sugar CRM GUI or Database ? if not, well I would suggest a Request For Enhancement
Example of the email message :
To: XXX
ZZZ has invited you to a Call
Subject: Test Call
Status: Planned
Start Date: 01/01/1970 02:00 (GMT1)
Duration: 0h, 15m
Description:
Accept this call:
http://XXX:443/index.php?entryPoint=..._status=accept
Tentatively Accept this call
http://XXX.com:443/index.php?entryPo...atus=tentative
Decline this call
http://XXX.com:443/index.php?entryPo...status=decline


LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks