TLS: Whine to log on client config of SNI under too-old OpenSSL version
[exim.git] / test / scripts / 2100-OpenSSL / 2133
1 # TLS client: verify certificate from server - name-fails
2 exim -DSERVER=server -bd -oX PORT_D
3 ****
4 # this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted
5 exim userq@test.ex
6 Testing
7 ****
8 # this will fail to verify the cert name and fallback to unencrypted
9 exim userr@test.ex
10 Testing
11 ****
12 # this will pass the cert verify including name check
13 exim users@test.ex
14 Testing
15 ****
16 # this will fail to verify the cert name but carry on (try-verify mode)
17 exim usert@test.ex
18 Testing
19 ****
20 exim -qf
21 ****
22 killdaemon
23 no_msglog_check