-
-
Notifications
You must be signed in to change notification settings - Fork 735
(Api <23, Parse 1.13.1, .server("https://xxx.scalabl.cloud/1/") ) HTTPS Certificate error. #482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Or simply fixed for use HTTPS :
and after |
Don't do this. Use OkHttp3 to handle SSL on older devices properly . |
@posativ Could you help me to "handle SSL properly"?
|
|
Hi @posativ , thank you for your help, but it didn't make any difference. I've set a non-null client key and added compile 'com.squareup.okhttp3:okhttp:3.4.1'. What's working best for me right now is using GooglePlayServicesUtil Below that, I think I would have to build a custom SocketFactory and use it like here Would it be possible to make Parse use this OkHttpClient? EDIT |
See #505. |
@needsst does that workaround (working for me) could cause any breach into the security? Thank you |
Yeah the 1.13.1 was pushed out incorrectly (#491 (comment)). Can this ticket be closed? |
Get i/o error.
From interceptor : java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Fixed by use HTTP server url.
The text was updated successfully, but these errors were encountered: