Hi Dascorp -
Did you ever get this issue figured out? I'm running into the exact same problem and would love to find a fix for this. Thanks!
Tommy
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have one app running on L5.2, for some reason on Laravel Valet I am getting Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.,
Same app on docker or on forge works well. I also checked fresh install of L5.4 with stripe on Valet and have no problem. So I am bit confused.
Cashier/Stripe-Php dependencies throw this laravel/cashier v6.0.18 requires stripe/stripe-php ~3.0 -> satisfiable by stripe/stripe-php[v3.0.0, v3.1.0, v3.10.0, v3.10.1, v3.11.0, v3.12.0, v3.12.1, v3.13.0, v3.14.0, v3.14.1, v3.14.2, v3.14.3, v3.15.0, v3.16.0, v3.17.0, v3.17.1, v3.18.0, v3.19.0, v3.2.0, v3.20.0, v3.21.0, v3.22.0, v3.23.0, v3.3.0, v3.4.0, v3.5.0, v3.6.0, v3.7.0, v3.7.1, v3.8.0, v3.9.0, v3.9.1, v3.9.2] but these conflict with your requirements or minimum-stability.
openssl version -a returns OpenSSL 1.0.2l 25 May 2017 on Valet and OpenSSL 1.0.2g 1 Mar 2016 on forgeDo you have idea what may be the case here.
Please or to participate in this conversation.