Truncate delay when peer closes connection. Bug 348
[exim.git] / test / scripts / 2100-OpenSSL / 2132
CommitLineData
a7fec7a7
JH
1# TLS server: server ca cert from directory
2exim -DSERVER=server -bd -oX PORT_D
3****
4client-ssl 127.0.0.1 PORT_D
5??? 220
6ehlo rhu.barb
7??? 250-
8??? 250-
9??? 250-
10??? 250-
11??? 250-
12??? 250
13starttls
14??? 220
15mail from:<CALLER@test.ex>
16??? 250
17rcpt to:<CALLER@test.ex>
18??? 250
19DATA
20??? 3
21This is a test encrypted message.
22.
23??? 250
24quit
25??? 221
26****
27client-ssl 127.0.0.1 PORT_D
28??? 220
29ehlo rhu.barb
30??? 250-
31??? 250-
32??? 250-
33??? 250-
34??? 250-
35??? 250
36starttls
37??? 220
38mail from:<"name with spaces"@test.ex>
39??? 250
40rcpt to:<CALLER@test.ex>
41??? 250
42DATA
43??? 3
44This is a test encrypted message.
45.
46??? 250
47quit
48??? 221
49****
50client-ssl HOSTIPV4 PORT_D
51??? 220
52ehlo rhu.barb
53??? 250-
54??? 250-
55??? 250-
56??? 250-
57??? 250-
58??? 250
59starttls
60??? 220
61****
62client-ssl HOSTIPV4 PORT_D DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
63??? 220
64ehlo rhu.barb
65??? 250-
66??? 250-
67??? 250-
68??? 250-
69??? 250-
70??? 250
71starttls
72??? 220
73mail from:<CALLER@test.ex>
74??? 250
75rcpt to:<CALLER@test.ex>
76??? 250
77DATA
78??? 3
79This is a test encrypted message from a verified host.
80.
81??? 250
82quit
83??? 221
84****
85killdaemon
86exim -qf
87****
88exim -bh 10.0.0.1
89starttls
90quit
91****