Skip to content

Instantly share code, notes, and snippets.

@Nationalcat
Nationalcat / laravel_valet_ssl_problem.md
Last active July 14, 2021 09:13
Laravel Valet SSL problem
  1. Error message cURL error 60: SSL certificate problem: unable to get local issuer certificate

  2. search php openssl cafile setting and copy this path

// in php.ini
openssl.cafile = "/opt/homebrew/etc/openssl@1.1/cert.pem"
  1. make sure your OpenSSL is the latest (optional)
brew upgrade openssl@1.1