[exim-dev] [Bug 2018] proxy protocol is not supported on smt…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2018] proxy protocol is not supported on smtps (direct SSL/TLS) connections
https://bugs.exim.org/show_bug.cgi?id=2018

--- Comment #6 from Nenad Opsenica <nenad@???> ---
Unfortunatelly, provided patch does not work (I have applied it to 4.88 patched
with v2 proxy patch; patching went cleanly).

Proxied session was detected, but TLS was not established.


Client (Thunderbird) after a while pops up information dialog with "The message
could not be sent because the connection to Outgoing server was lost in the
middle of the transaction"

Exim debug session (10.9.27.240 is Thunderbird's address, it connects to
HAproxy):

15:31:21 16939 Initialized TLS
15:31:21 16939 required ciphers:
ALL:!ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP:!MD5:!SRP:!PSK:!aDSS:!kECDH:!kDH:!SEED:!IDEA:!RC2:!RC4:!RC5:!CAMELLIA
15:31:21 16939 host in tls_verify_hosts? no (option unset)
15:31:21 16939 host in tls_try_verify_hosts? no (option unset)
15:31:21 16939 Calling SSL_accept
15:31:21 16939 SSL info: before/accept initialization
15:31:21 16939 SSL info: before/accept initialization
15:31:51 16939 LOG: MAIN
15:31:51 16939 TLS error on connection from [10.9.27.240] (SSL_accept):
error:00000000:lib(0):func(0):reason(0)
15:31:51 16939 LOG: MAIN
15:31:51 16939 TLS client disconnected cleanly (rejected our certificate?)
15:31:51 16939 search_tidyup called
15:31:51 16924 child 16939 ended: status=0x0
15:31:51 16924 normal exit, 0
15:31:51 16924 0 SMTP accept processes now running
15:31:51 16924 Listening...

--
You are receiving this mail because:
You are on the CC list for the bug.