Posted inSoftware & Apps
How to ignore SSL certificate error with Guzzle?
You can easily ignore SSL certificate errors with Guzzle by setting the verify option to false while creating a new Guzzle Client object.Here is some sample code that creates a…









