Fix intermittent test_ssl failure.
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index e64d1b2..97552e8 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -562,6 +562,7 @@
                                          + str(connaddr) + '\n')
                     handler = self.ConnectionHandler(self, newconn)
                     handler.start()
+                    handler.join()
                 except socket.timeout:
                     pass
                 except KeyboardInterrupt: