Re: [exim] SSL/TLS connections not possible (Urgent)

Top Page
Delete this message
Reply to this message
Author: Chris Lear
Date:  
To: exim-users
Subject: Re: [exim] SSL/TLS connections not possible (Urgent)
* Tony Finch wrote (17/05/06 15:37):
> On Wed, 17 May 2006, Chris Lear wrote:
>> * Yves Goergen wrote (17/05/06 11:42):
>> >
>> > 2006-05-17 12:34:28 TLS error on connection from
>> > p54942341.dip0.t-ipconnect.de ([192.168.0.2]) [84.148.35.65]
>> > (SSL_accept): Not Implemented
>>
>> This looks like it's coming from line 701 in tls-openssl.c (reproduced
>> here with some context)
>>
>>   ERR_error_string(ERR_get_error(), ssl_errstring);
>>   log_write(0, LOG_MAIN, "TLS error on connection from %s (SSL_accept): %s",
>>     (sender_fullhost != NULL)? sender_fullhost : US"local process",
>>     ssl_errstring);

>>
>> The "Not Implemented" looks like it's coming from an openssl error.
>
> Except I can't find the string "Not Implemented" anywhere in OpenSSL or
> Exim. Yves might like to try a recursive grep to find out where it comes
> from...


I tried that too, and also failed to find it (it should be in openSSL,
as the output of the ERR_get_error call, I think). But then I assumed I
was just looking in the wrong place.

Would it be illuminating to see what the output of `ldd exim` shows?

Chris [clutching at straws]