You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that two helper methods in the SslSessionTest class despite having different names have the same body (and the same logic).
I am meant the following methods:
The related test method trustedClientSSL() is currently marked with @Ignore annotation because it fails with the current incorrect implementation of the createClientConfigurationStrongSSL() helper method.
I managed to update the code of the createClientConfigurationStrongSSL() helper method to successfully run the trustedClientSSL() test method: added the missing SSL configurations and imported a self-made certificate into the keystore used in the tests.
Hi.
Noticed that two helper methods in the
SslSessionTest
class despite having different names have the same body (and the same logic).I am meant the following methods:
createClientConfigurationStrongSSL()
createClientConfigurationWeakSSL()
Was is done on purpose for some reason or it was accidently left like this?
The text was updated successfully, but these errors were encountered: