Re: [PATCH 10/12] tests/qemu-iotests: validate NBD TLS with hostname mismatch

2022-03-04 Thread Eric Blake
On Thu, Mar 03, 2022 at 04:03:28PM +, Daniel P. Berrangé wrote: > This validates that connections to an NBD server where the certificate > hostname does not match will fail. It further validates that using the > new 'tls-hostname' override option can solve the failure. > > Signed-off-by:

[PATCH 10/12] tests/qemu-iotests: validate NBD TLS with hostname mismatch

2022-03-03 Thread Daniel P . Berrangé
This validates that connections to an NBD server where the certificate hostname does not match will fail. It further validates that using the new 'tls-hostname' override option can solve the failure. Signed-off-by: Daniel P. Berrangé --- tests/qemu-iotests/233| 18 ++