Re: [exim] Faking TLS session for testing with -bh

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: exim-users, proj-swaks
Subject: Re: [exim] Faking TLS session for testing with -bh
Quoting Bill Moseley:

> connection? That is, something to fake the secure session.


swaks should be able to do that, with

swaks --pipe "exim -bh 10.1.1.1" -tls -q mail

but unfortunately, it does not work:

...
-> STARTTLS
>>> host in tls_verify_hosts? no (option unset)
>>> host in tls_try_verify_hosts? no (option unset)

<- 220 TLS go ahead
LOG: TLS error on connection from (ymmv.de) [10.1.1.1] (SSL_accept):
error:00000000:lib(0):func(0):reason(0)
*** TLS startup failed (error:140770FC:SSL
routines:SSL23_GET_SERVER_HELLO:unknown protocol)
-> QUIT
<** urity failure
<** 554 Security failure
=== Connection closed with child process.


John, would you mind looking into this?