Comment 5 for bug 1920770

Revision history for this message
Edward Hope-Morley (hopem) wrote :

So basically the issue is that netcat doesn't send a close_notify. There are other commands that we could use to test the connection like openssl and this would also have the added benefit of testing the certs e.g.

echo "Q"|openssl s_client -connect 127.0.0.1:6641 -key /etc/ovn/key_host -cert /etc/ovn/cert_host

will do the same thing as the charm is currently doing.