UPDATE Server CA certificates #1709

Closed
opened 2026-04-06 02:15:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @KiwiActinidia on 3/7/2023

Subject of the issue

SMTP Server connection error

  • vaultwarden version: 1.27.0
  • Install method: docker-compose

  • Clients used: web

  • Reverse proxy and version: apache2

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details:

Steps to reproduce

connect to a SMTP server using latest Let's Encrypt certificates

Expected behaviour

No error sending email

Actual behaviour

certificates error

Setting SMTP_ACCEPT_INVALID_CERTS=true
no problem sending email

Troubleshooting data

vaultwarden | [2023-03-07 14:15:56.592][vaultwarden::mail][ERROR] SMTP Connection error: Connection error: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1914: (unable to get local issuer certificate)
vaultwarden | [2023-03-07 14:15:56.592][vaultwarden::api::core::accounts][ERROR] Error sending welcome email: SMTP Connection error: Connection error: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1914: (unable to get local issuer certificate)

Regards
Alessandro

*Originally created by @KiwiActinidia on 3/7/2023* <!-- # ### NOTE: Please update to the latest version of vaultwarden before reporting an issue! This saves you and us a lot of time and troubleshooting. See: * https://github.com/dani-garcia/vaultwarden/issues/1180 * https://github.com/dani-garcia/vaultwarden/wiki/Updating-the-vaultwarden-image # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them. Remember to hide/redact personal or confidential information, such as passwords, IP addresses, and DNS names as appropriate. --> ### Subject of the issue <!-- Describe your issue here. --> SMTP Server connection error <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.27.0 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: docker-compose * Clients used: web <!-- web vault, desktop, Android, iOS, etc. (if applicable) --> * Reverse proxy and version: apache2 <!-- if applicable --> * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start vaultwarden? --> connect to a SMTP server using latest Let's Encrypt certificates ### Expected behaviour <!-- Tell us what you expected to happen --> No error sending email ### Actual behaviour <!-- Tell us what actually happened --> certificates error Setting SMTP_ACCEPT_INVALID_CERTS=true no problem sending email ### Troubleshooting data <!-- Share any log files, screenshots, or other relevant troubleshooting data --> vaultwarden | [2023-03-07 14:15:56.592][vaultwarden::mail][ERROR] SMTP Connection error: Connection error: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1914: (unable to get local issuer certificate) vaultwarden | [2023-03-07 14:15:56.592][vaultwarden::api::core::accounts][ERROR] Error sending welcome email: SMTP Connection error: Connection error: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:../ssl/statem/statem_clnt.c:1914: (unable to get local issuer certificate) Regards Alessandro
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1709