-
Notifications
You must be signed in to change notification settings - Fork 7.9k
authentication to a sha256_password account fails over SSL #11440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Seems like an off-by-one in |
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Jun 12, 2023
…er SSL This is similar to bug #78680, but that bug wasn't really fixed in all places. This is the only remaining place.
nielsdos
added a commit
that referenced
this issue
Aug 2, 2023
* PHP-8.1: Fix GH-11440: authentication to a sha256_password account fails over SSL
nielsdos
added a commit
that referenced
this issue
Aug 2, 2023
* PHP-8.2: Fix GH-11440: authentication to a sha256_password account fails over SSL
jorgsowa
pushed a commit
to jorgsowa/php-src
that referenced
this issue
Aug 16, 2023
…er SSL This is similar to bug #78680, but that bug wasn't really fixed in all places. This is the only remaining place. Closes phpGH-11444.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following code:
Resulted in this output:
But I expected this output instead:
Without forcing SSL it works:
PHP Version
PHP 8.1.2
Operating System
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: