美文网首页
奇怪的bug

奇怪的bug

作者: CookieziSui | 来源:发表于2018-01-09 11:39 被阅读27次

    昨天用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

          本文链接:https://www.haomeiwen.com/subject/dkywnxtx.html