By macewindu
Bitwarden admin page throws a HTTP ERROR 500 error. nothing is showing in the log under /bwdata/logs/api/Api No email turns up. globalSettings__mail__smtp__host=smtp.office365.com globalSettings__mail__smtp__trustServer=true : tried with and without globalSettings__mail__smtp__port=587 globalSettings__mail__smtp__ssl=true globalSettings__mail__smtp__username=xx@mydomain.com globalSettings__mail__smtp__password=xx globalSettings__disableUserRegistration=true
restarted server on each change added a record to spf record for my exchange online server. I think it uses tls but I’m not sure BW does.
Any suggestions?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @macewindu,
Firstly, I would assume you are hosting it on your droplet and not using the app from the browser, correct?
If yes, please make sure you have your port 587 actually allowed to output connections. You can directly enable it from your droplet using IPTABLES:
sudo iptables -A OUTPUT -p tcp --sport 587 -m conntrack --ctstate ESTABLISHED -j ACCEPT
sudo iptables -A OUTPUT -p tcp --dport 587 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.