Martinedo

Results 4 comments of Martinedo

@jkapsouras does your approach also bypasses the SSL? Whats the default `ClientCertificateOptions` in the `AndroidClientHandler()`?

@waltersh790824 your solution is working thank. Here is a 1liner if someone wants one `ImageService.Instance.Initialize(new FFImageLoading.Config.Configuration { HttpClient = new HttpClient() });`

Sadly, neither. Temporary my apps don't use it. Still looking for a solution.

The issue can be resolved by using the maven-surefire-plugin which is compatible with Java 17 and adding --add-opens arguments. ``` org.apache.maven.plugins maven-surefire-plugin 3.0.0-M5 --add-opens java.security.jgss/sun.security.krb5=ALL-UNNAMED --add-opens java.security.jgss/sun.security.krb5.internal=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED ```