EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match host
[exim.git] / test / scripts / 5440-certnames-GnuTLS / 5440
index fea9551c0a719a93e45bd01f3bc861790f7c1f1c..2a61eb1d0efb17526b5158d58974111dca7daa02 100644 (file)
@@ -1,10 +1,12 @@
-# TLS client: verify certificate from server - fails
+# TLS client: verify certificate from server - name-fails
 gnutls
 exim -DSERVER=server -bd -oX PORT_D
 ****
+# 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
 ****