]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/5450-certnames-OpenSSL/5450
EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match host
[user/henk/code/exim.git] / test / scripts / 5450-certnames-OpenSSL / 5450
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 exim -qf
17 ****
18 killdaemon
19 no_msglog_check