Skip to content
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

Calling to HTTPS endpoint failed. SSL certificate issue. #2

Closed
kfwong opened this issue May 30, 2016 · 0 comments
Closed

Calling to HTTPS endpoint failed. SSL certificate issue. #2

kfwong opened this issue May 30, 2016 · 0 comments

Comments

@kfwong
Copy link

kfwong commented May 30, 2016

Main problem is because the certificate is self signed and unverfied. Android does not allow visiting such URL.

https://developer.android.com/training/articles/security-ssl.html

Basically need to prepare the keystore and create a TrustManager that trust this specific server identity. It's a long code but Ion has support in setting up this.

koush/ion#3

I'll fix this on my end and send a pull request to you. Meantime you can use IVLE endpoint first. Will update you again.

@turtle96 turtle96 closed this as completed Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants