[PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket

2022-04-21 Thread Dr. David Alan Gilbert (git)
From: Daniel P. Berrangé The migration TLS code has a check mandating that a hostname be available when starting a TLS session. This is expected when using x509 credentials, but is bogus for PSK and anonymous credentials as neither involve hostname validation. The TLS crdentials object gained

[PULL 04/18] migration: fix use of TLS PSK credentials with a UNIX socket

2022-04-21 Thread Dr. David Alan Gilbert (git)
From: Daniel P. Berrangé The migration TLS code has a check mandating that a hostname be available when starting a TLS session. This is expected when using x509 credentials, but is bogus for PSK and anonymous credentials as neither involve hostname validation. The TLS crdentials object gained