PHP 5.6 and Twilio SDK

Hi Daron,

Interesting! It looks like it’s because the Local containers are missing a root CA cert.

You may be able to resolve it by doing the following (other than switching to PHP 7+):

  1. Right-click on the site in Local’s sidebar and go to “Open Site SSH”
  2. Run apt-get update && apt-get install ca-certificates
1 Like