Skip to main content

Warning: No server certificate defined; TLS connections will fail

Comments

4 comments

  • cPanelMichael
    Hello, This is discussed on the following thread: Warning: No server certificate defined; TLS connections will fail. The only change since that thread is the default tls_certificate entry in /etc/exim.conf as of cPanel version 60 is:
    tls_certificate = ${if and \ { \ {gt{$tls_in_sni}{}} \ {!match{$tls_in_sni}{/}} \ } \ {${if exists {/var/cpanel/ssl/domain_tls/$tls_in_sni/combined} \ {/var/cpanel/ssl/domain_tls/$tls_in_sni/combined} \ {${if exists {${sg{/var/cpanel/ssl/domain_tls/$tls_in_sni/combined}{(.+/)[^.]+(.+/combined)}{\$1*\$2}}} \ {${sg{/var/cpanel/ssl/domain_tls/$tls_in_sni/combined}{(.+/)[^.]+(.+/combined)}{\$1*\$2}}} \ {/etc/exim.crt} \ }} \ }} \ {/etc/exim.crt} \ }
    This adds support for the Domain TLS functionality in cPanel 60, documented at: What is Domain TLS - cPanel Knowledge Base - cPanel Documentation Thank you.
    0
  • juanmc
    Hello, Thanks!! I'm switching to the setting you've mentioned. Best Regards.
    0
  • cPanelMichael
    I'm switching to the setting you've mentioned.

    Hello, You shouldn't have to make any changes to the configuration files. The entry is configured by default in /etc/exim.conf in cPanel version 60, and you wouldn't want to use that entry on earlier versions that don't include Domain TLS support. Thank you.
    0
  • juanmc
    Hello, Ok. Thanks for the advice, I'm going to take a look at it. Regards
    0

Please sign in to leave a comment.