diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-15 10:36:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-15 11:22:04 +0100 |
commit | ec2a355fdc961aba7ace27c624c01accd58dc1ed (patch) | |
tree | f9641fcbe830c2c3c231fc833b7c9baded9bc4b3 /test/scripts/5890-Resume-GnuTLS | |
parent | fa714063ea46ef6dd92dbef3525781d85513394b (diff) |
TLS resumption: support Outlook hosts-behind-loadbalancer
Diffstat (limited to 'test/scripts/5890-Resume-GnuTLS')
-rw-r--r-- | test/scripts/5890-Resume-GnuTLS/5890 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/scripts/5890-Resume-GnuTLS/5890 b/test/scripts/5890-Resume-GnuTLS/5890 index d54973cef..d129da2db 100644 --- a/test/scripts/5890-Resume-GnuTLS/5890 +++ b/test/scripts/5890-Resume-GnuTLS/5890 @@ -65,5 +65,19 @@ Test message. exim -odf notreq@test.ex Test message, not requesting resumption. **** +# +# Test the host_name_extract transport option. Due to the change the second +# message's connection should not offer a session. The third should (on the 2nd), +# as should the fourth (on the 1st). +sudo rm -f DIR/spool/db/tls* +exim -DVALUE=resume -odf getticket@test.ex +**** +exim -DVALUE=resume -DHELO_MSG=differenthost -odf noresume@test.ex +**** +exim -DVALUE=resume -DHELO_MSG=differenthost -odf resume@test.ex +**** +exim -DVALUE=resume -odf resume@test.ex +**** +# killdaemon no_msglog_check |