-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Server Security 2025-04-28
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
This test runs for over 6 mins because it waits for the assert.soon in TLSTest.prototype.connectWorked to time out for two of the test cases where we expect the connection to fail: namely 1. when the server requires TLS, but the client does not set tls on, and 2. when the server disables TLS, but the client has tls on.
If we can find a way to verify that the connection attempt fails for these two cases without having the assert.soon time out, then we can cut the runtime of this test to a mere few seconds.