Question Details

No question body available.

Tags

ruby-on-rails ruby spring macos

Answers (3)

October 27, 2025 Score: 1 Rep: 21 Quality: Low Completeness: 30%

Maybe this can help you. It was an issue with Tahoe connection with PG. As you are doing an HTTPS connection it may be related.

https://github.com/rails/solidqueue/issues/669

October 20, 2025 Score: 0 Rep: 16,221 Quality: Low Completeness: 40%

Looks like the problem is just spring

Everything works, but not if spring is used

IMHO the best solution is disable and forget it

bin/spring stop
bin/spring binstub --remove --all
bundle remove spring

I also used this utility, but it does less good than harm

Running for hours after heisenbugs is not the most pleasant activity

November 3, 2025 Score: 0 Rep: 53 Quality: Low Completeness: 60%

I can see your puma version 6.4.3 which had some issue with openssl version determine logic, if you upgrade to 6.5 might solve your problem, because they fixed some openssl version determining issue.
You can check details from https://github.com/puma/puma/compare/v6.4.3...v6.5.0 here. ext/puma_http11/extconf.rb