gpt4 book ai didi

Laravel 无法连接到 Stripe

转载 作者:行者123 更新时间:2023-12-03 19:04:27 24 4
gpt4 key购买 nike

我在使用 Laravel/React 应用程序连接到 Stripe 时遇到问题。它在本地有效,而 Digital Ocean 液滴上的相同代码则无效。我收到这条消息:

Could not connect to Stripe (https://api.stripe.com/v1/invoices/upcoming?customer=cus_XXXXXXXXXX). Please check your internet connection and try again. If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at support@stripe.com. (Network error [errno 7]: )
这是来自 Laravel 的错误信息。重要的部分是 (Network error [errno 7]: ) .它与遇到此错误的 CURL 有关: CURLE_COULDNT_CONNECT (error code 7) .
我也期待这样的事情 (Network error [errno 7]: Failed connect to api.stripe.com:443; Operation now in progress) .冒号后不是空格。
我试过这个:
  • 服务器使用 SSL ( https://xxxxx.xxx )
  • 重启服务器
  • 重新部署应用程序
  • 清除配置、路由、 View 等缓存。
  • php artisan 优化:清除
  • 重新运行 composer
  • 检查了我的 Stripe API key
  • 手动尝试使用 curl 从 shell 连接,并且可以正常工作。
  • 试过 https://github.com/stripe/stripe-reachability#stripe-reachability

  • 作为引用,您可以在 https://curl.haxx.se/libcurl/c/libcurl-errors.html 上看到错误并意味着:
    CURLE_COULDNT_CONNECT (7) - Failed to connect() to host or proxy.

    最佳答案

    这不是代码中的问题,您可能需要检查您的服务器托管提供商。
    顺便说一句,您可能需要查看 This answer .一样的。
    和他解决了,换了服务器,和主机商沟通的时候,发现端口因为流量大而被阻塞了。

    关于Laravel 无法连接到 Stripe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64012011/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com