I am trying to convert some code which made calls to a webserver using SSL. Is this something that j2objc should be able to convert? I've tried a couple of HTTP libraries with similar results.
My current thinking is that maybe that these calls need to be recoded manually. Or is there some workaround?
on in thread "main" java.lang.AssertionError: No System TLS
at 0x000000010a73cb05 java.lang.AssertionError.<init>() + 45
at 0x000000010ad7d28e okhttp3.internal.Util.assertionError() + 78
at 0x000000010ad3db43 okhttp3.OkHttpClient.systemDefaultTrustManager() + 979
at 0x000000010ad3d2dc okhttp3.OkHttpClient.<init>() + 1452
at 0x000000010ad410b9 okhttp3.OkHttpClient$Builder.build() + 25
at 0x000000010ac9ab61 com.solaraccounts.network.welcome.WelcomeService.login() + 2065
at 0x000000010ac7b626 DoIt.main() + 70
at 0x000000010ac7b5cd DoIt.main() + 29
at 0x000000010ac5f6dd java.lang.reflect.Method.invoke:object:() + 22
at 0x000000010ac5f306 java.lang.reflect.Method.invoke() + 333
Caused by: java.security.NoSuchAlgorithmException: SunX509 TrustManagerFactory not available
at 0x000000010ab73e0b sun.security.jca.GetInstance.getInstance() + 175
at 0x000000010a9c04de javax.net.ssl.TrustManagerFactory.getInstance() + 37
--
You received this message because you are subscribed to the Google Groups "j2objc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to j2objc-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.