How to solve Peer certificate CN not matching in PHP with CakePHP
If you are dealing with this error: Error: stream_socket_client(): Peer certificate CN=`*.google.com' did not match expected CN=`*.youtube.com' It's because PHP »
If you are dealing with this error: Error: stream_socket_client(): Peer certificate CN=`*.google.com' did not match expected CN=`*.youtube.com' It's because PHP »
First of all we have to follow three of my previous posts where we installed PHP, PEAR, CodeSniffer, CakePHP Sniff and Eclipse PHP Plugins. How to »
First of all we have to have installed on our system PHP using homebrew you can follow my post PHP on Mavericks with Homebrew to accomplished »
There are several options to code on PHP over this post we are gonna see how to setup some of them in Eclipse as well as »