Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Certificate Failiar on INBOUND IMAP & POP3

  1. #1
    drjonez is offline Member
    Join Date
    Jun 2007
    Posts
    8

    Default Certificate Failure on INBOUND IMAP & POP3

    We get the following error in SUGAR CRM when we do a "test" on inbound email:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Test Settings

    Certificate failure for [domain]: self signed certificate: /CN=[domain]/C=US

    Please check your settings and try again
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    the following is set:

    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    Last edited by drjonez; 2007-06-22 at 09:35 PM.

  2. #2
    drjonez is offline Member
    Join Date
    Jun 2007
    Posts
    8

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    This is on a Fedora 7 installation. Still searching for an answer

  3. #3
    xmedeko is offline Junior Member
    Join Date
    Jul 2007
    Posts
    4

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    We have exactly the same problem.

  4. #4
    mapm's Avatar
    mapm is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Portugal
    Posts
    239

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    Try to ignore certificate, I don't know if there is such a setting...
    The problem seems to be because of the certificate is invalid, it's a self signed certificate, but for the purpose of cipher is good enough, so if you could ignore certificate verification...maybe it would work

  5. #5
    xmedeko is offline Junior Member
    Join Date
    Jul 2007
    Posts
    4

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    In settings we have:

    Validate Certificate: No

    We have CRM (4.5.1b). How to really switch off the certificate validation?

  6. #6
    xmedeko is offline Junior Member
    Join Date
    Jul 2007
    Posts
    4

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    OK, it's working now, probably our POP3 provider has updated his certificate.

  7. #7
    watsonta is offline Junior Member
    Join Date
    Jul 2007
    Posts
    1

    Default Re: Certificate Failure on INBOUND IMAP & POP3

    I'm having the same problem:
    Test Settings complains about my server having a "self-signed certificate".

    I checked modules/SchedulersJobs/SchedulersJob.php as per the FAQ. It contains the following lines:
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); // most customers will not have Certificate Authority account
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // most customers will not have Certificate Authority account

    Problem occurs with both POP3 and IMAP.

    Environment is:
    Gentoo Linux 2007.0 on Athlon XP
    Linux Kernel 2.6.20
    MySQL 5.0.42
    PHP 5.1.6
    curl 7.15.1

    Any help would be greatly appreciated.

    Tom

  8. #8
    drjonez is offline Member
    Join Date
    Jun 2007
    Posts
    8

    Thumbs down Re: Certificate Failiar on INBOUND IMAP & POP3

    Also still having this problem

    Also have the same CURL data

  9. #9
    lars25700 is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    19

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    Am still experiencing the same but only since I moved my SugarCRM 4.5.1d from Windows to Linux.

    Anybody got a clue?

    No changes where made to the Email accounts during the migration process.

    Thanks in advance

    Lars

  10. #10
    drjonez is offline Member
    Join Date
    Jun 2007
    Posts
    8

    Default Re: Certificate Failiar on INBOUND IMAP & POP3

    Still getting this error after uprgrade to 4.51E

    Certificate failure for mail.[domain]l.com: self signed certificate: /CN=mail.[domain].com/C=US

    This mailserver actually DOES have a valid certificate!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2009-01-08, 10:35 AM
  2. Inbound IMAP save config - blank screen
    By avinette in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2007-05-07, 06:49 PM
  3. Replies: 0
    Last Post: 2007-02-12, 07:47 PM
  4. Replies: 3
    Last Post: 2006-08-31, 01:15 PM
  5. Replies: 0
    Last Post: 2006-02-22, 09:58 PM

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
  •