Wietse Venema wrote:
> Jelle de Jong:
>> Jun 15 13:57:46 emily postfix/smtpd[23401]: input attribute name: seed
>> Jun 15 13:57:46 emily postfix/smtpd[23401]: input attribute value: 
>> YuvlIV0a1sMFU6JK6BcvsKr6WJm8YP7zsFNJz/XEv+w=
>> Jun 15 13:57:46 emily postfix/smtpd[23401]: private/tlsmgr: wanted 
>> attribute: (list terminator)
>> Jun 15 13:57:46 emily postfix/smtpd[23401]: input attribute name: (end)
>> Jun 15 13:57:46 emily postfix/smtpd[23401]: SSL_accept error from 
>> sepaip2.webish.nl[77.243.228.161]: -1
>> Jun 15 13:57:46 emily postfix/smtpd[23401]: match_hostname: 
>> sepaip2.webish.nl ~? 127.0.0.0/8
> 
> Code fragment:
>     sts = tls_bio_accept(vstream_fileno(props->stream), props->timeout,
>                          TLScontext);
>     if (sts <= 0) {
>         msg_info("SSL_accept error from %s: %d", props->namaddr, sts);
>         tls_print_errors();
>         tls_free_context(TLScontext);
>         return (0);
> 
> This means that the OpenSSL library error stack did not contain 
> any additional information about the problem.
> 
> Maybe the client-side logging is more informative.
> 
>       Wietse


Thank you Wietse, I have asked the other server party to see if they can
sent me the logs, I hope they will sent them, they say the problem is on
my end, but I have no diffidence for that so far.

I will also sent the debug info to the openssl mailinglist and see if
they know what to do.

If somebody has any more ideas please share them.

Best regards,

Jelle de Jong

Reply via email to