Debugging email sending

On my new server email sendind does not work. If I click on the “forget password” link in the login window, a strange ssl error appears:

image

How can I debug this more?

I added the email configuration via startup options and am using server 4.4.1

Reading code helps: :wink:

BTW to switch on debugging output in an express app, which node-solid-server is, you need to set a environment variable. So start the server with something like:

DEBUG=solid* node ./bin/solid start -v

1 Like