mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
SMTP Error due to SSL #1136
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dl-lim on GitHub (Oct 14, 2021).
Deployment environment
docker image vaultwarden/server:1.21.0-alpine
Reverse proxy and version: docker image jc21/nginx-proxy-manager:2.9.7
Reverse proxy works and SSL is up-to-date. This feature used to work well under the same conditions.
Steps to reproduce
Didn't have this issue previously on this version, even. But recently, when I did the following, it did not succeed.
I added a new user to the organisation, and
Smtp errormessage showed in red. Logs shown above.No emails were sent, and no emails were received. User was not able to be confirmed in vaultwarden
Expected behaviour
Email should be sent and received.
Troubleshooting data
@BlackDex commented on GitHub (Oct 14, 2021):
The mail server you are using is using an invalid certificate. Looking at the message it is expired.
@BlackDex commented on GitHub (Oct 14, 2021):
Ah, wait, you are using an older alpine image i see.
It could be that this has something to do with the Lets Encrypt Certificate DST Root which is expired.
This will probably be fixed if you are going to use the
testingimage instead of thelatest.The
testingimage is using the latest OpenSSL version which ignores that certificate and looks at the next one.