Making sure php file_get_contents accept all SSL certificates websites

Problem. When accessing https SSL certified websites, they are often rejected as php cannot process the certificate attached to the website and/or user agent exceptions, one way around that is to make php accept all certificates. file_get_contents SSL operation failed … Continue reading Making sure php file_get_contents accept all SSL certificates websites