Author Topic: SimpleXML with --no-check-certificate  (Read 196 times)

0 Members and 1 Guest are viewing this topic.

Offline timvdalenTopic starter

  • Enthusiast
  • Posts: 50
    • View Profile
SimpleXML with --no-check-certificate
« on: June 29, 2010, 07:24:02 AM »
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