windows/ios client cannot login #1732

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

Originally created by @946106004 on 2/22/2023

Subject of the issue

Deployment environment

  • vaultwarden version:
    1.27.0
  • Install method:
    docker run -d --name vaultwarden -v /data/bitwarden/:/data/ -p 443:80 -e ROCKET_TLS='{certs="/data/xxxxx+1.pem",key="/data/xxxxx+1-key.pem"}' vaultwarden/server:latest
    The key/pem generate by mkcert command .

  • Clients used:
    IOS bitwarden

  • Reverse proxy and version:

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details:
    Edge plugin can login to server,but IOS/Windows client cannot login,error msg:failed to fetch .And server log:
    [2023-02-22 05:37:12.425][rustls::conn][ERROR] TLS alert received: AlertMessagePayload {
    level: Fatal,
    description: CertificateUnknown,
    }

微信图片_20230222135834
微信图片_20230222140014

Steps to reproduce

Expected behaviour

Actual behaviour

Troubleshooting data

*Originally created by @946106004 on 2/22/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. --> ### Deployment environment <!-- ========================================================================================= 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 run -d --name vaultwarden -v /data/bitwarden/:/data/ -p 443:80 -e ROCKET_TLS='{certs="/data/xxxxx+1.pem",key="/data/xxxxx+1-key.pem"}' vaultwarden/server:latest The key/pem generate by mkcert command . * Clients used: <!-- web vault, desktop, Android, iOS, etc. (if applicable) --> IOS bitwarden * Reverse proxy and version: <!-- if applicable --> * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: Edge plugin can login to server,but IOS/Windows client cannot login,error msg:failed to fetch .And server log: [2023-02-22 05:37:12.425][rustls::conn][ERROR] TLS alert received: AlertMessagePayload { level: Fatal, description: CertificateUnknown, } ![微信图片_20230222135834](https://user-images.githubusercontent.com/52987508/220536079-4b4439a1-04e3-404b-aff8-bdfa870b4f32.png) ![微信图片_20230222140014](https://user-images.githubusercontent.com/52987508/220536084-55f02893-3e1e-4d02-ac91-b8a4d3acac7f.png) ### 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? --> ### Expected behaviour <!-- Tell us what you expected to happen --> ### Actual behaviour <!-- Tell us what actually happened --> ### Troubleshooting data <!-- Share any log files, screenshots, or other relevant troubleshooting data -->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1732