HTTPS with Self-Signed Certificate Issues... Solution or better way?
Posted
by stormin986
on Stack Overflow
See other posts from Stack Overflow
or by stormin986
Published on 2010-04-29T21:40:49Z
Indexed on
2010/05/04
23:08 UTC
Read the original article
Hit count: 278
All I need to do is download some basic text-based and image files from a web server that has a self-signed SSL certificate.
I have been trying to figure out how to use HttpClient to do this, but getting the SSL to work is a nightmare that seems to be way too much trouble for such a simple task.
Is there a better way to perform these file downloads? Perhaps through a WebView or Browser feature? Reinventing the wheel of making a simple HTTPS GET request is a major pain, and is significantly holding up my development schedule.
** Updated title to more accurately reflect question / solution **
© Stack Overflow or respective owner