奇怪的bug

昨天用php curl模拟post发送请求,测试环境一切正常
线上却返回了false。

调查了大半天解决了问题,但是不知道具体原因,先标记一下。

1.curl: (35) SSL connect error

解决方案:
1.yum update nss //更新nss
2.service php-fpm restart //重启php-fpm
详情

2.php Problem with the SSL CA cert (path? access rights?)

解决方案:
1.yum update nss //更新nss
2.service php-fpm restart //重启php-fpm
详情

你可能感兴趣的:(奇怪的bug)