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:
Hi.
Noticed that two helper methods in the
SslSessionTestclass 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?