Test update.
[exim.git] / test / scripts / 2100-OpenSSL / 2103
CommitLineData
59371ea7
PH
1# TLS server: unavailable cipher
2exim -DSERVER=server -bd -oX PORT_D
3****
4client-ssl HOSTIPV4 PORT_D
5??? 220
6ehlo rhu.barb
7??? 250-
8??? 250-
9??? 250-
10??? 250-
11??? 250
12starttls
13??? 220
14mail from:<userx@test.ex>
15??? 250
16rcpt to:<userx@test.ex>
17??? 550
18quit
19??? 221
20****
21client-ssl 127.0.0.1 PORT_D
22??? 220
23ehlo rhu.barb
24??? 250-
25??? 250-
26??? 250-
27??? 250-
28??? 250
29starttls
30??? 220
31helo rhu.barb
32??? 250
33mail from:<userx@test.ex>
34??? 250
35rcpt to:<userx@test.ex>
36??? 250
37DATA
38??? 3
39This is a test encrypted message.
40.
41??? 250
42quit
43??? 221
44****
45killdaemon
46exim -qf
47****