diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-15 16:50:20 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-10 16:54:50 +0000 |
commit | cf0c61644d7dd2dfb29f6418d95bf4d8cae199ea (patch) | |
tree | a61cf4241c3cb5af8b254316dc22065e8e155f64 /test/log/2052 | |
parent | e51462229029e40afa0932dd9c6337192a0dc70b (diff) |
TLS: rework error logging to pass more string back to caller for logging
This permits a library-sourced error to be associated with an address
being delivered, collapsing pairs of log lines
Diffstat (limited to 'test/log/2052')
-rw-r--r-- | test/log/2052 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/log/2052 b/test/log/2052 index 68c88a330..04c72f5eb 100644 --- a/test/log/2052 +++ b/test/log/2052 @@ -1,7 +1,6 @@ 1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local S=sss 1999-03-02 09:44:33 Start queue run: pid=pppp -qf -1999-03-02 09:44:33 10HmaX-0005vi-00 H=127.0.0.1 [127.0.0.1] TLS error on connection (certificate verification failed): certificate invalid -1999-03-02 09:44:33 10HmaX-0005vi-00 TLS session failure: delivering unencrypted to 127.0.0.1 [127.0.0.1] (not in hosts_require_tls) +1999-03-02 09:44:33 10HmaX-0005vi-00 TLS session: (certificate verification failed): certificate invalid: delivering unencrypted to H=127.0.0.1 [127.0.0.1] (not in hosts_require_tls) 1999-03-02 09:44:33 10HmaX-0005vi-00 => CALLER@test.ex R=client T=send_to_server H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmaY-0005vi-00" 1999-03-02 09:44:33 10HmaX-0005vi-00 Completed 1999-03-02 09:44:33 End queue run: pid=pppp -qf |