Skip to content

Instantly share code, notes, and snippets.

@pringgojs
Created August 14, 2018 06:30
Show Gist options
  • Save pringgojs/937e28ebfb1a6dfb47f78a01592bb2c1 to your computer and use it in GitHub Desktop.
Save pringgojs/937e28ebfb1a6dfb47f78a01592bb2c1 to your computer and use it in GitHub Desktop.
How to solve cURL error 60: SSL certificate in Laravel 5 while Slack Notification
1. Open php.ini
2. Add this line in button
curl.cainfo = "C:/xampp/apache/bin/curl-ca-bundle.crt"
3. Restart Apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment