Hello Could use some help here so lost lol
I’m trying to get this app (docker) to send emails close to pulling out my hair.
when I go to send a test email from fire fly iii I get this error below
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
my set up is
Nginx proxy manager(Docker)
Firefly ii (docker)mail cow (docker)
Both of them are behind Nginx proxy manager
fiefly email config well some of it below
MAIL_MAILER=smtp
MAIL_HOST=mail.alexosaurous.co.nz
MAIL_PORT=587
MAIL_FROM=
MAIL_USERNAME=
MAIL_PASSWORD=G
MAIL_ENCRYPTION=tls or SSL tried both
Thank you for your time