Results 1 to 2 of 2

Thread: Call email invitation does not use httpS URLs

  1. #1
    JavaCK is offline Senior Member
    Join Date
    Aug 2008
    Posts
    24

    Default Call email invitation does not use httpS URLs

    Hi,

    I use the here under tip to force the URL to be accessed by HTTPS :

    Code:
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
    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 :
    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

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Call email invitation does not use httpS URLs

    Hello,

    Try changing the 'site_url' in config.php.
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 2009-02-10, 02:18 PM
  2. Blank invitation email
    By [art] in forum Help
    Replies: 0
    Last Post: 2008-03-20, 04:42 PM
  3. Trouble with invitation Email
    By acadys in forum General Discussion
    Replies: 1
    Last Post: 2005-12-01, 05:13 PM
  4. URLS for adding leads or call
    By akrall in forum General Discussion
    Replies: 2
    Last Post: 2005-07-04, 12:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •