Is it possible to use file_get_contents(); via SSL but ignoring the certificate error? i.e. if it's a self signed certificate.
I have a script that needs to pull the data via https (it's only running https) but with a self-signed certificate.
Thanks