1 # TLS client: verify certificate from server - name-fails
3 exim -DSERVER=server -bd -oX PORT_D
5 # this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted
9 # this will fail to verify the cert name and fallback to unencrypted
13 # this will pass the cert verify including name check
17 # this will fail to verify the cert name but carry on (try-verify mode)