EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match host
[exim.git] / test / scripts / 5450-certnames-OpenSSL / 5450
index c94d1a5b2e9620e0aa09634c478af0bb9e71fd95..5359096b1381db1f3b2a4f5ab2db0e2a707456c7 100644 (file)
@@ -1,12 +1,15 @@
-# TLS client: verify certificate from server - fails
+# TLS client: verify certificate from server - name-fails
 exim -DSERVER=server -bd -oX PORT_D
 ****
+# this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted
 exim userq@test.ex
 Testing
 ****
+# this will fail to verify the cert name and fallback to unencrypted
 exim userr@test.ex
 Testing
 ****
+# this will pass the cert verify including name check
 exim users@test.ex
 Testing
 ****