Testsuite: TLS client testcase consolidation
[exim.git] / test / scripts / 2000-GnuTLS / 2033
1 # TLS client: verify certificate from server - name-fails
2 gnutls
3 exim -DSERVER=server -bd -oX PORT_D
4 ****
5 # this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted
6 exim userq@test.ex
7 Testing
8 ****
9 # this will fail to verify the cert name and fallback to unencrypted
10 exim userr@test.ex
11 Testing
12 ****
13 # this will pass the cert verify including name check
14 exim user_s@test.ex
15 Testing
16 ****
17 # this will fail to verify the cert name but carry on (try-verify mode)
18 exim usert@test.ex
19 Testing
20 ****
21 exim -qf
22 ****
23 killdaemon
24 no_msglog_check