1 # TLS client: verify certificate from server - fails
2 exim -DSERVER=server -bd -oX PORT_D
6 exim -z 'this will fail to verify the cert at HOSTIPV4 so fail the crypt requirement'
13 exim -z 'this will fail to verify the cert at HOSTIPV4 so fail the crypt, then retry on 127.1; ok'
19 exim -z 'this will fail to verify the cert but continue unverified though crypted'
25 exim -z 'this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted'
31 exim -z 'this will fail to verify the cert name and fallback to unencrypted'
37 exim -z 'this will pass the cert verify including name check'