Hi Jonathan, I also have a failure in SslFilterTest.testMessageSentIsCalled_With_SSL.
What happens is that we try to send 2 messages (test-1 and test-2) with SSL established, but we do a SSL renegociation in between the first message sending and the second.
For some unknown reason, when we try to read the response on the client side (something we do in one shot after the second message has been sent), we never get back the second message.
I'm positive it has been sent, I strongly suspect that the client socket lose it during the SSL uncrypting *after* the Ssl reneg has occured.
At this point, I wonder if the SSL reneg has been properly handled on the server side.
I also noted another test failure due to some class renaming (SslConnectionfactory to SSLConnectionFactory and SslFilter to SSLFilter. It should work on Windows probably because its FS is not case sensitive).
-- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6 08 33 32 61 [email protected] https://www.busit.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
