cURL error 60: SSL certificate problem: unable to get local issuer certificate

2017-02-13 17:50:05

Solution:

  1. Download latest cacert.pem from http://curl.haxx.se/docs/caextract.html.

  2. On global PHP level add curl.cainfo = [enter your path]\cacert.pem to your php.ini.

  3. Restart Apache service.


  • 2021-04-19 11:36:44

    iOS 组件实现方案

    什么才是好架构,为什么要组件,组件设计的优点

  • 2021-04-25 09:53:18

    android debug速度特别慢有时候卡住

    一直提示定在 Starting LLDB server。可能的原因是 Android Studio编译速度太慢了,就会一直卡在Starting LLDB server。可以通过设置 Run/Debug Configurations ——> Debugger ——> Debug type 为 Java 跳过 C/C++的调试,起码实现对 Java 程序的调试

  • 2021-04-25 09:54:19

    sequelize 时区配置

    sequelize 默认情况下, 保存日期时会转换成 +00:00时区,