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
I prefer my AlwaysTrustTrustManager over TrustEverythingTrustManager, but I admit the 2 Trusts in a row don't make it very readable.
I like MostNaiveTrustManager (it's so naive, it lets everyone pass), but it's not immediately obvious that it trusts everyone.
Let's go with TrustEverythingTrustManager.
Just a matter of name, create a
AlwaysTrustTrustManager
clone, and removeNullTrustManager
in 5.0.See #230.
The text was updated successfully, but these errors were encountered: