[Bug 252420] 'caching_sha2_password' support missing in PHP port, limits MySQL 8 compatibility

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 21 20:21:11 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252420

--- Comment #11 from Markus Kohlmeyer <rootservice at gmail.com> ---
Yes, OpenSSL is a required Run-Dependency and also a required Build-Dependency,
as MySQL requires a secure (SSL/TLS encrypted) connection to be used with
(caching_)sha2_password and this requires OpenSSL.

https://dev.mysql.com/doc/refman/8.0/en/encrypted-connections.html
https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html

MYSQLND also requires OpenSSL for the same reasons.


So, OpenSSL is a required Run/Build-Dependency anyway, at least for PHP
>=7.4.2.



BTW: In this case OpenSSL means OpenSSL, not LibreSSL or any other SSLlib.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list