Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug 1664
[exim.git] / test / stdout / 2119.debian8
... / ...
CommitLineData
1Connecting to 127.0.0.1 port 1225 ... connected
2Attempting to start TLS
3SSL info: before/connect initialization
4SSL info: before/connect initialization
5SSL info: SSL negotiation finished successfully
6SSL info: SSL negotiation finished successfully
7SSL connection using AES256-SHA
8Succeeded in starting TLS
9??? 220
10<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
11>>> ehlo rhu.barb
12??? 250-
13<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
14??? 250-
15<<< 250-SIZE 52428800
16??? 250-
17<<< 250-8BITMIME
18??? 250-
19<<< 250-PIPELINING
20??? 250
21<<< 250 HELP
22>>> mail from:<userx@test.ex>
23??? 250
24<<< 250 OK
25>>> rcpt to:<userx@test.ex>
26??? 250
27<<< 250 Accepted
28>>> DATA
29??? 3
30<<< 354 Enter message, ending with "." on a line by itself
31>>> This is a test encrypted message.
32>>> .
33??? 250
34<<< 250 OK id=10HmaX-0005vi-00
35>>> quit
36??? 221
37<<< 221 myhost.test.ex closing connection
38End of script
39Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
40Certificate file = aux-fixed/cert2
41Key file = aux-fixed/cert2
42Attempting to start TLS
43SSL info: before/connect initialization
44SSL info: before/connect initialization
45SSL info: SSL negotiation finished successfully
46SSL info: SSL negotiation finished successfully
47SSL connection using AES256-SHA
48Succeeded in starting TLS
49??? 220
50<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
51>>> mail from:<userx@test.ex>
52??? 250
53<<< 250 OK
54>>> rcpt to:<userx@test.ex>
55??? 250
56<<< 250 Accepted
57>>> DATA
58??? 3
59<<< 354 Enter message, ending with "." on a line by itself
60>>> This is a test encrypted message from a verified host.
61>>> .
62??? 250
63<<< 250 OK id=10HmaY-0005vi-00
64>>> quit
65??? 221
66<<< 221 myhost.test.ex closing connection
67End of script