You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, first I would like to thank you for this great tool I'm using since a couple of years now :)
I'm trying to reinstall my PHP projects on my new laptop and I'm facing an issue since a couple of hours now. I'm using postgresql and at the first query I receive this error message from PHP: "sslmode value "require" invalid when SSL support is not compiled in ..."
I tried a lot of workarounds, to install PHP with another version (5.5, 5.4 & 5.3) but it seems the tool is not wokring on my new machine with an older version. (it says PHP5.6 is not installed and php-fpm is not started)
Do you have any idea?
Thanks a lot for your help,
Benoit
The text was updated successfully, but these errors were encountered:
Hey, first I would like to thank you for this great tool I'm using since a couple of years now :)
I'm trying to reinstall my PHP projects on my new laptop and I'm facing an issue since a couple of hours now. I'm using postgresql and at the first query I receive this error message from PHP: "sslmode value "require" invalid when SSL support is not compiled in ..."
According to this article, it seems the issue is due to the libpq installed which is not built with the --with-openssl option: https://stackoverflow.com/questions/50272266/php-postgresql-sslmode-value-require-invalid-when-ssl-support-is-not-compi?noredirect=1&lq=1
For me it's weird because the formulae seems to build with the option: https://github.com/Homebrew/homebrew-core/blob/master/Formula/libpq.rb
I tried a lot of workarounds, to install PHP with another version (5.5, 5.4 & 5.3) but it seems the tool is not wokring on my new machine with an older version. (it says PHP5.6 is not installed and php-fpm is not started)
Do you have any idea?
Thanks a lot for your help,
Benoit
The text was updated successfully, but these errors were encountered: