Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 20:21:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252420] 'caching_sha2_password' support missing in PHP port, limits MySQL 8 compatibility
Message-ID:  <bug-252420-7788-JuIGALHZSR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252420-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252420-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252420

--- Comment #11 from Markus Kohlmeyer <rootservice@gmail.com> ---
Yes, OpenSSL is a required Run-Dependency and also a required Build-Depende=
ncy,
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-authenticati=
on.html

MYSQLND also requires OpenSSL for the same reasons.


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



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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252420-7788-JuIGALHZSR>