We're big fans of this tool at Cloudflare! It's been very helpful for ensuring our websocket reliability. I noticed that in some situations, tests fail with OpenSSL error SSL routines, ssl3_read_bytes, sslv3 alert handshake failure. After some further investigation I've found that this is due to a lack of default support in twisted for SNI enabled servers.
I've opened a small PR here which fixes this by allowing users to specify an optional hostname key for servers in their spec file. Would love to get this merged so that we can continue testing secure sockets.
Hi,
We're big fans of this tool at Cloudflare! It's been very helpful for ensuring our websocket reliability. I noticed that in some situations, tests fail with OpenSSL error
SSL routines, ssl3_read_bytes, sslv3 alert handshake failure
. After some further investigation I've found that this is due to a lack of default support in twisted for SNI enabled servers.I've opened a small PR here which fixes this by allowing users to specify an optional
hostname
key for servers in their spec file. Would love to get this merged so that we can continue testing secure sockets.