After enable all log and debug, have found where the problem occour on auth-worker which is getting plain password and not hashing it:
Then occours password missmatch error.
Someone have same issue?
PS.: Happen on last update of openssl, where openssl111 was dropped for openssl (already rebuild everything).
Code:
... SHA512-CRYPT(plainpasswordhere) != 'HASH value from mysql'
Then occours password missmatch error.
Someone have same issue?
PS.: Happen on last update of openssl, where openssl111 was dropped for openssl (already rebuild everything).