Password resets give me this error:
Error: SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failedPossible reason: your host may have disabled the mail() function.
Please contact your Matomo administrator.
php.ini’s disable_functions does not include mail
I purged and reinstalled postfix (and its sendmail).
I successfully tested the reinstalled postfix using both mailx and sendmail,
and saw my tests immediately come through.
attempts to run this:
UPDATE matomo_user SET password = md5(‘my_new_admin_password’) WHERE login = ‘admin’;
gives me no joy.
Any thoughts on how to resolve this?
– Hugh
1 post - 1 participant