[horde] Certificate failure for mail host.
Jan Schneider
jan at horde.org
Tue Jun 22 04:00:59 PDT 2004
Zitat von Sam <samwun at hgcbroadband.com>:
> PHP IMAP Support Test
>
> server="slox.xyz.com" user="test at xyz.com"
> mailbox="{slox.xyz.com:143/imap}INBOX"
>
> array(1) {
> [0]=>
> string(202) "Certificate failure for slox.xyz.com: self signed
> certificate in certificate chain: /C=HK/O=xyz Inc./CN=xyz Inc.
> CA/emailAddress=mailadmin at xyz.com"
> }
>
>
>
> My server.php is configured as:
> $servers['_prompt'] = array(
> 'name' => _("Choose a mail server:")
> );
>
> $servers['cyrus'] = array(
> 'name' => 'Cyrus IMAP Server',
> 'server' => 'slox.xyz.com',
> 'protocol' => 'imap/notls',
> // 'protocol' => 'imap/ssl/novalidate-cert',
> 'port' => 143,
> 'folders' => '',
> 'namespace' => 'INBOX.',
> 'maildomain' => 'xyz.com',
> // 'realm' => 'xyz.com',
> 'realm' => '',
> 'preferred' => ''
> );
>
> What other coniguration files I should look at to fix the problem?
The test.php script doesn't use any configuration files. And
"imap/ssl/novalidate-cert" that you commented out is actually what you
want.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting.php
More information about the horde
mailing list