SMTP_SSL depricated #1060

Closed
opened 2025-10-09 17:02:30 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Automan69 on GitHub.

Hi Danny,
I'm getting the following error in my logs:
[INFO] No .env file found.
[DEPRECATED]: SMTP_SSL or SMTP_EXPLICIT_TLS is set. Please use SMTP_SECURITY instead.
[2022-09-13 12:52:24.377][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:8080
[2022-09-13 12:52:24.379][start][INFO] Rocket has launched from http://127.0.0.1:80
[12:52:24] INFO: Starting NGinx...
[2022-09-13 12:52:57.028][request][INFO] POST /api/accounts/prelogin
[2022-09-13 12:52:57.036][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK

I'm no longer able to logon to Bitwarden using http. Any ideas?

Thanks!

Originally created by @Automan69 on GitHub. Hi Danny, I'm getting the following error in my logs: [INFO] No .env file found. [DEPRECATED]: `SMTP_SSL` or `SMTP_EXPLICIT_TLS` is set. Please use `SMTP_SECURITY` instead. [2022-09-13 12:52:24.377][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:8080 [2022-09-13 12:52:24.379][start][INFO] Rocket has launched from http://127.0.0.1:80 [12:52:24] INFO: Starting NGinx... [2022-09-13 12:52:57.028][request][INFO] POST /api/accounts/prelogin [2022-09-13 12:52:57.036][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK I'm no longer able to logon to Bitwarden using http. Any ideas? Thanks!
Author
Owner

@BlackDex commented on GitHub:

Regarding not able to connect, that is probably the same as this post here https://github.com/dani-garcia/vaultwarden/discussions/2485

The SMTP_SSL has nothing to do with connecting to Vaultwarden btw. That is just regarding new config options for the SMTP configuration.
For some info on that see https://github.com/dani-garcia/vaultwarden/wiki/SMTP-Configuration

@BlackDex commented on GitHub: Regarding not able to connect, that is probably the same as this post here https://github.com/dani-garcia/vaultwarden/discussions/2485 The SMTP_SSL has nothing to do with connecting to Vaultwarden btw. That is just regarding new config options for the SMTP configuration. For some info on that see https://github.com/dani-garcia/vaultwarden/wiki/SMTP-Configuration
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1060