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
Do you have a mono app that uses ServicePoint.ServerCerttificateValidationCallback? AFAIK this class is no longer exposed or used in more recent Mono versions (since the switch to .NET Core)
I also had trouble finding a working APK to debug/test this use case, so it's likely that the code has some bugs. If you have an APK that you know uses ServicePoint and are willing to share, I might be able to troubleshoot this once I have access to my lab again.
Hello,
I tried to test ServicePointManager hooking but it never worked.
I'm trying to set ServerCertificateValidationCallback to NULL but I cannot do that. How can I achieve that?
always fail
The text was updated successfully, but these errors were encountered: