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 don't have an idea either. Printing the whole chain exceeds the string size for a log message. Maybe just remove it from the log message or write a function that extracts the CN from the certs in the chain.
There is a implicit conversion from array to a string in https://github.com/ge0rg/MemorizingTrustManager/blob/master/src/de/duenndns/ssl/MemorizingTrustManager.java#L413, which causes the hashCode to be printed and I'm not sure if that information is useful.
The text was updated successfully, but these errors were encountered: