Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug 1664
[exim.git] / test / stdout / 2103
CommitLineData
54c5ebb1
PH
1Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
2??? 220
3<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4>>> ehlo rhu.barb
5??? 250-
6<<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
5b456975
JH
10<<< 250-8BITMIME
11??? 250-
54c5ebb1
PH
12<<< 250-PIPELINING
13??? 250-
14<<< 250-STARTTLS
15??? 250
16<<< 250 HELP
17>>> starttls
18??? 220
19<<< 220 TLS go ahead
20Attempting to start TLS
21SSL info: before/connect initialization
22SSL info: before/connect initialization
54c5ebb1
PH
23SSL info: SSLv3 read server hello A
24SSL info: SSLv3 read server certificate A
25SSL info: SSLv3 read server done A
26SSL info: SSLv3 write client key exchange A
27SSL info: SSLv3 write change cipher spec A
28SSL info: SSLv3 write finished A
29SSL info: SSLv3 flush data
8332bd72 30SSL info: SSLv3 read server session ticket A
54c5ebb1
PH
31SSL info: SSLv3 read finished A
32SSL info: SSL negotiation finished successfully
33SSL info: SSL negotiation finished successfully
34SSL connection using AES256-SHA
35Succeeded in starting TLS
36>>> mail from:<userx@test.ex>
37??? 250
38<<< 250 OK
39>>> rcpt to:<userx@test.ex>
40??? 550
41<<< 550 unacceptable cipher TLSv1:AES256-SHA:256
42>>> quit
43??? 221
44<<< 221 myhost.test.ex closing connection
45End of script
46Connecting to 127.0.0.1 port 1225 ... connected
47??? 220
48<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
49>>> ehlo rhu.barb
50??? 250-
51<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
52??? 250-
53<<< 250-SIZE 52428800
54??? 250-
5b456975
JH
55<<< 250-8BITMIME
56??? 250-
54c5ebb1
PH
57<<< 250-PIPELINING
58??? 250-
59<<< 250-STARTTLS
60??? 250
61<<< 250 HELP
62>>> starttls
63??? 220
64<<< 220 TLS go ahead
65Attempting to start TLS
66SSL info: before/connect initialization
67SSL info: before/connect initialization
54c5ebb1
PH
68SSL info: SSLv3 read server hello A
69SSL info: SSLv3 read server certificate A
70SSL info: SSLv3 read server done A
71SSL info: SSLv3 write client key exchange A
72SSL info: SSLv3 write change cipher spec A
73SSL info: SSLv3 write finished A
74SSL info: SSLv3 flush data
8332bd72 75SSL info: SSLv3 read server session ticket A
54c5ebb1
PH
76SSL info: SSLv3 read finished A
77SSL info: SSL negotiation finished successfully
78SSL info: SSL negotiation finished successfully
79SSL connection using AES256-SHA
80Succeeded in starting TLS
81>>> helo rhu.barb
82??? 250
83<<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
84>>> mail from:<userx@test.ex>
85??? 250
86<<< 250 OK
87>>> rcpt to:<userx@test.ex>
88??? 250
89<<< 250 Accepted
90>>> DATA
91??? 3
92<<< 354 Enter message, ending with "." on a line by itself
93>>> This is a test encrypted message.
94>>> .
95??? 250
96<<< 250 OK id=10HmaX-0005vi-00
97>>> quit
98??? 221
99<<< 221 myhost.test.ex closing connection
100End of script