jbrave
15 years agoChannel Surfer
SSL and untrusted certs
I'm having trouble retrieving images in a posterscreen from an SSL server. If I try to load the URL in Firefox, I get an "This Connection is Untrusted" message. For loading data from the website, I got around this with
enableHostVerification(false)
How can I accept the self signed cert of this server the way I do in firefox?
- Joel
enableHostVerification(false)
How can I accept the self signed cert of this server the way I do in firefox?
- Joel