Is it possible to tell SimpleXML to not check the certificate?
I'm loading a file over https which can be downloaded without a certificate (I checked with wget --no-check-certificate, that worked) but SimpleXML tells me it doesn't know what to do with https (or, if I use http, since I noticed that that redirects in a browser, I get the error that it doesn't know what to do with SSL)
Any help would be appreciated.
Tim