nocodb
nocodb copied to clipboard
🐛 Bug: SMTP client don't work after openssl vulnerability disclosed
Please confirm if bug report does NOT exists already ?
- [X] I confirm there is no existing issue for this
Steps to reproduce ?
Setup nocodb using DOCKER on Ubuntu 22 with PATCHED not UPDATED openssl 3.02 Try to setup SMTP client. Sometimes it's ok, sometimes not. But even if it works then no email is sent to external domains
Then try to: invite user -> emails getting blocked while using SMTP relay as Sendinblue invite user -> error "library: 'SSL routines', function: 'ssl3_get_record', reason: 'wrong version number',code: 'ESOCKET', command: 'CONN'" reset password -> while reseting using the same top level domain as nocodb it WORKS reset password -> while using gmail account don't work
other web apps works like mattermost on the same infrastructure, only nocodb doesn't.
Desired Behavior
User should recieve an email after being invited and after clicking reset password
Project Details
oracle cloud, arm64, docker, postgres, 0.99.2
Attachements
No response
uptade: old instance with 0.88 doesn't work now too
If you can help debug and send a PR for this ? Probably see how this gets resolved within nodejs ecosystem.
we can schedule a call and I can do my best but sending PR is not an option today. IDK how to do that on remote machine