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

Images doesn't load with https(self-singed certificate) #42

Closed
GoogleCodeExporter opened this issue Jul 3, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. use url with https (self-signed certificate)
2.
3.

What is the expected output? What do you see instead?
In current situation image doesn't load, as it should have been loaded. 

What version of the product are you using? On what operating system?
android-query-0.21.7.jar on android 2.2

Please provide any additional information below.
I am using images in listview (ViewHolder Pattern) and my server is https with 
self-signed certificate, none of my images are loading.

Original issue reported on code.google.com by nishant....@raweng.com on 26 Apr 2012 at 3:39

@GoogleCodeExporter
Copy link
Author

Try this:

Set your own SocketFactory:

http://android-query.googlecode.com/svn/trunk/javadoc/com/androidquery/callback/
AbstractAjaxCallback.html#setSSF(SocketFactory)

Check here to make your own SocketFactory:
http://stackoverflow.com/questions/1217141/self-signed-ssl-acceptance-android

Original comment by tinyeeliu@gmail.com on 26 Apr 2012 at 5:55

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant