No longer able to connect Bitwarden clients to self-hosted Vaultwarden server #378

Open
opened 2025-10-09 16:25:53 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @thedmmatt on GitHub.

Vaultwarden Support String

Your environment (Generated via diagnostics page)

* Vaultwarden version: v1.32.0
* Web-vault version: v2024.6.2b
* OS/Arch: linux/x86_64
* Running within a container: true (Base: Debian)
* Environment settings overridden: true
* Uses a reverse proxy: true
* IP Header check: true (X-Forwarded-For)
* Internet access: true
* Internet access via a proxy: false
* DNS Check: true
* Browser/Server Time Check: true
* Server/NTP Time Check: true
* Domain Configuration Check: true
* HTTPS Check: true
* Database type: SQLite
* Database version: 3.46.0
* Clients used: 
* Reverse proxy and version: 
* Other relevant information: 

Config (Generated via diagnostics page)

Show Running Config

Environment settings which are overridden:

DOMAIN, SENDS_ALLOWED, SIGNUPS_ALLOWED, SIGNUPS_VERIFY, SIGNUPS_VERIFY_RESEND_TIME, SIGNUPS_VERIFY_RESEND_LIMIT, SIGNUPS_DOMAINS_WHITELIST, EMERGENCY_ACCESS_ALLOWED, ADMIN_TOKEN

{
  "_duo_akey": null,
  "_enable_duo": true,
  "_enable_email_2fa": false,
  "_enable_smtp": true,
  "_enable_yubico": true,
  "_icon_service_csp": "",
  "_icon_service_url": "",
  "_ip_header_enabled": true,
  "_max_note_size": 10000,
  "_smtp_img_src": "cid:",
  "admin_ratelimit_max_burst": 10,
  "admin_ratelimit_seconds": 60,
  "admin_session_lifetime": 20,
  "admin_token": "***",
  "allowed_iframe_ancestors": "",
  "attachments_folder": "data/attachments",
  "auth_request_purge_schedule": "30 * * * * *",
  "authenticator_disable_time_drift": false,
  "data_folder": "data",
  "database_conn_init": "",
  "database_max_conns": 10,
  "database_timeout": 30,
  "database_url": "***************",
  "db_connection_retries": 15,
  "disable_2fa_remember": false,
  "disable_admin_token": false,
  "disable_icon_download": false,
  "domain": "*****://****************************",
  "domain_origin": "*****://****************************",
  "domain_path": "",
  "domain_set": true,
  "duo_context_purge_schedule": "30 * * * * *",
  "duo_host": null,
  "duo_ikey": null,
  "duo_skey": null,
  "duo_use_iframe": false,
  "email_2fa_auto_fallback": false,
  "email_2fa_enforce_on_verified_invite": false,
  "email_attempts_limit": 3,
  "email_change_allowed": true,
  "email_expiration_time": 600,
  "email_token_size": 6,
  "emergency_access_allowed": true,
  "emergency_notification_reminder_schedule": "0 3 * * * *",
  "emergency_request_timeout_schedule": "0 7 * * * *",
  "enable_db_wal": true,
  "enable_websocket": true,
  "event_cleanup_schedule": "0 10 0 * * *",
  "events_days_retain": null,
  "experimental_client_feature_flags": "fido2-vault-credentials",
  "extended_logging": true,
  "helo_name": null,
  "hibp_api_key": null,
  "http_request_block_non_global_ips": true,
  "http_request_block_regex": null,
  "icon_blacklist_non_global_ips": true,
  "icon_blacklist_regex": null,
  "icon_cache_folder": "data/icon_cache",
  "icon_cache_negttl": 259200,
  "icon_cache_ttl": 2592000,
  "icon_download_timeout": 10,
  "icon_redirect_code": 302,
  "icon_service": "internal",
  "incomplete_2fa_schedule": "30 * * * * *",
  "incomplete_2fa_time_limit": 3,
  "increase_note_size_limit": false,
  "invitation_expiration_hours": 120,
  "invitation_org_name": "Vaultwarden",
  "invitations_allowed": true,
  "ip_header": "X-Forwarded-For",
  "job_poll_interval_ms": 30000,
  "log_file": null,
  "log_level": "info",
  "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f",
  "login_ratelimit_max_burst": 10,
  "login_ratelimit_seconds": 60,
  "org_attachment_limit": null,
  "org_creation_users": "",
  "org_events_enabled": false,
  "org_groups_enabled": false,
  "password_hints_allowed": true,
  "password_iterations": 600000,
  "push_enabled": false,
  "push_identity_uri": "https://identity.bitwarden.com",
  "push_installation_id": "***",
  "push_installation_key": "***",
  "push_relay_uri": "https://push.bitwarden.com",
  "reload_templates": false,
  "require_device_email": false,
  "rsa_key_filename": "data/rsa_key",
  "send_purge_schedule": "0 5 * * * *",
  "sendmail_command": null,
  "sends_allowed": true,
  "sends_folder": "data/sends",
  "show_password_hint": false,
  "signups_allowed": false,
  "signups_domains_whitelist": "*********",
  "signups_verify": true,
  "signups_verify_resend_limit": 5,
  "signups_verify_resend_time": 3600,
  "smtp_accept_invalid_certs": false,
  "smtp_accept_invalid_hostnames": false,
  "smtp_auth_mechanism": null,
  "smtp_debug": false,
  "smtp_embed_images": true,
  "smtp_explicit_tls": null,
  "smtp_from": "",
  "smtp_from_name": "Vaultwarden",
  "smtp_host": null,
  "smtp_password": null,
  "smtp_port": 587,
  "smtp_security": "starttls",
  "smtp_ssl": null,
  "smtp_timeout": 15,
  "smtp_username": null,
  "templates_folder": "data/templates",
  "tmp_folder": "data/tmp",
  "trash_auto_delete_days": null,
  "trash_purge_schedule": "0 5 0 * * *",
  "use_sendmail": false,
  "use_syslog": false,
  "user_attachment_limit": null,
  "user_send_limit": null,
  "web_vault_enabled": true,
  "web_vault_folder": "web-vault/",
  "yubico_client_id": null,
  "yubico_secret_key": null,
  "yubico_server": null
}

Vaultwarden Build Version

v1.32.0 (latest)

Deployment method

Official Container Image

Custom deployment method

---
services:
  vaultwarden:
    container_name: vaultwarden
    image: vaultwarden/server:latest
    network_mode: bridge
    ports:
      - 85:80
    environment:
      - DOMAIN=https://vaultwarden.[REDACTED]
      - LOGIN_RATELIMIT_MAX_BURST=10
      - LOGIN_RATELIMIT_SECONDS=60
      - ADMIN_RATELIMIT_MAX_BURST=10
      - ADMIN_RATELIMIT_SECONDS=60
      - ADMIN_TOKEN=[REDACTED]
      - SENDS_ALLOWED=true
      - EMERGENCY_ACCESS_ALLOWED=true
      - WEB_VAULT_ENABLED=true
      - SIGNUPS_ALLOWED=false
      - SIGNUPS_VERIFY=true
      - SIGNUPS_VERIFY_RESEND_TIME=3600
      - SIGNUPS_VERIFY_RESEND_LIMIT=5
      - SIGNUPS_DOMAINS_WHITELIST=[REDACTED]
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.vaultwarden.entrypoints=web, websecure"
      - "traefik.http.routers.vaultwarden.rule=Host(`vaultwarden.[REDACTED]`) || Host(`vaultwarden.[REDACTED]`)"
      - "traefik.http.routers.vaultwarden.tls=true"
      - "traefik.http.routers.vaultwarden.tls.certresolver=cloudflare"
    volumes:
      - D:\Docker\Security\vaultwarden\data\:/data/
    restart: unless-stopped

Reverse Proxy

traefik:v3.1.4

Host/Server Operating System

Linux

Operating System Version

Ubuntu 22.04

Clients

Browser Extension, Desktop, Android

Client Version

Chrome Extension (2024.9.1) / Desktop (2024.9.0) / Android (2024.7.1)

Steps To Reproduce

1. Deploy Traefik and Vaultwarden.
2. Access the Vaultwarden server (either locally or remotely) to create a user.
3. Try to connect to the server through a client application.
4. Get the following error:
Click to expand

<!DOCTYPE html>
   <html lang="en-US">
      <head>
         <title>Just a moment...</title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         <meta http-equiv="X-UA-Compatible" content="IE=Edge">
         <meta name="robots" content="noindex,nofollow">
         <meta name="viewport" content="width=device-width,initial-scale=1">
         <style>
            * {
               box-sizing: border-box;
               margin: 0;
               padding: 0
            }
            html {
               line-height: 1.15;
               -webkit-text-size-adjust: 100%;
               color: #313131;
               font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
            }
            body { 
               display: flex;
               flex-direction: column;
               height: 100vh;
               min-height: 100vh
            }
            .main-content {
               margin: 8rem auto;
               max-width: 60rem;
               padding-left: 1.5rem
            }
            @media (width <= 720px) {
               .main-content {
                  margin-top: 4rem
               }
            }
            .h2 { 
               font-size: 1.5rem;
               font-weight: 500;
               line-height: 2.25rem
            }
            @media (width <= 720px) {
               .h2{
                  font-size: 1.25rem;
                  line-height: 1.5rem
               }
            }
            #challenge-error-text{
               background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+);
               background-repeat: no-repeat;
               background-size: contain;
               padding-left: 34px
            }
            @media (prefers-color-scheme:dark) {
               body{
                  background-color: #222;
                  color:#d9d9d9
               }
            }
         </style>
         <meta http-equiv="refresh" content="390">
      </head>
      <body class="no-js">
         <div class="main-wrapper" role="main">
            <div class="main-content">
               <noscript>
                  <div class="h2">
                     <span id="challenge-error-text">Enable JavaScript and cookies to continue</span>
                  </div>
               </noscript>
            </div>
         </div>
         <script>
            ( function() {
               window._cf_chl_opt={
                  cvId: '3',
                  cZone: "vaultwarden.[REDACTED]",
                  cType: 'managed',
                  cNounce: '55577',
                  cRay: '8c732b776bda7a15',
                  cHash: '[REDACTED]',
                  cUPMDTk: "\/identity\/accounts\/prelogin?__cf_chl_tk=[REDACTED]",
                  cFPWv: 'g',
                  cTTimeMs: '1000',
                  cMTimeMs: '390000',
                  cTplV: 5,
                  cTplB: 'cf',
                  cK: "",
                  fa: "\/identity\/accounts\/prelogin?__cf_chl_f_tk=[REDACTED]",
                  md: "[REDACTED]",
                  mdrd: "[REDACTED]",
                  cRq: {
                     ru: '[REDACTED]',
                     d: '[REDACTED]',
                     t: '[REDACTED]',
                     cT: Math.floor(Date.now() / 1000),
                     m: '[REDACTED]',
                     i1: '[REDACTED]',
                     i2: '[REDACTED]',
                     zh: '[REDACTED]',
                     uh: '[REDACTED]',
                     hh: '[REDACTED]',
                  }
               };
               var cpo = document.createElement('script');
               cpo.src = '/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=8c732b776bda7a15';
               window._cf_chl_opt.cOgUHash = location.hash === '' && location.href.indexOf('#') !== -1 ? '#' : location.hash;
               window._cf_chl_opt.cOgUQuery = location.search === '' && location.href.slice(0, location.href.length - window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search;
               if (window.history && window.history.replaceState) {
                  var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash;
                  history.replaceState(null, null, "\/identity\/accounts\/prelogin?__cf_chl_rt_tk=[REDACTED]" + window._cf_chl_opt.cOgUHash);
                  cpo.onload = function() {
                     history.replaceState(null, null, ogU);
                  }
               }
               document.getElementsByTagName('head')[0].appendChild(cpo);
            }()
         );
      </script>
   </body>
</html>

Expected Result

To be able to connect to the Vault server using a Bitwarden client application.

Actual Result

The error message shared above.

Logs

No response

Screenshots or Videos

No response

Additional Context

No response

Originally created by @thedmmatt on GitHub. ### Vaultwarden Support String ### Your environment (Generated via diagnostics page) <pre> * Vaultwarden version: v1.32.0 * Web-vault version: v2024.6.2b * OS/Arch: linux/x86_64 * Running within a container: true (Base: Debian) * Environment settings overridden: true * Uses a reverse proxy: true * IP Header check: true (X-Forwarded-For) * Internet access: true * Internet access via a proxy: false * DNS Check: true * Browser/Server Time Check: true * Server/NTP Time Check: true * Domain Configuration Check: true * HTTPS Check: true * Database type: SQLite * Database version: 3.46.0 * Clients used: * Reverse proxy and version: * Other relevant information: </pre> ### Config (Generated via diagnostics page) <details><summary>Show Running Config</summary> **Environment settings which are overridden:** <pre>DOMAIN, SENDS_ALLOWED, SIGNUPS_ALLOWED, SIGNUPS_VERIFY, SIGNUPS_VERIFY_RESEND_TIME, SIGNUPS_VERIFY_RESEND_LIMIT, SIGNUPS_DOMAINS_WHITELIST, EMERGENCY_ACCESS_ALLOWED, ADMIN_TOKEN</pre> ```json { "_duo_akey": null, "_enable_duo": true, "_enable_email_2fa": false, "_enable_smtp": true, "_enable_yubico": true, "_icon_service_csp": "", "_icon_service_url": "", "_ip_header_enabled": true, "_max_note_size": 10000, "_smtp_img_src": "cid:", "admin_ratelimit_max_burst": 10, "admin_ratelimit_seconds": 60, "admin_session_lifetime": 20, "admin_token": "***", "allowed_iframe_ancestors": "", "attachments_folder": "data/attachments", "auth_request_purge_schedule": "30 * * * * *", "authenticator_disable_time_drift": false, "data_folder": "data", "database_conn_init": "", "database_max_conns": 10, "database_timeout": 30, "database_url": "***************", "db_connection_retries": 15, "disable_2fa_remember": false, "disable_admin_token": false, "disable_icon_download": false, "domain": "*****://****************************", "domain_origin": "*****://****************************", "domain_path": "", "domain_set": true, "duo_context_purge_schedule": "30 * * * * *", "duo_host": null, "duo_ikey": null, "duo_skey": null, "duo_use_iframe": false, "email_2fa_auto_fallback": false, "email_2fa_enforce_on_verified_invite": false, "email_attempts_limit": 3, "email_change_allowed": true, "email_expiration_time": 600, "email_token_size": 6, "emergency_access_allowed": true, "emergency_notification_reminder_schedule": "0 3 * * * *", "emergency_request_timeout_schedule": "0 7 * * * *", "enable_db_wal": true, "enable_websocket": true, "event_cleanup_schedule": "0 10 0 * * *", "events_days_retain": null, "experimental_client_feature_flags": "fido2-vault-credentials", "extended_logging": true, "helo_name": null, "hibp_api_key": null, "http_request_block_non_global_ips": true, "http_request_block_regex": null, "icon_blacklist_non_global_ips": true, "icon_blacklist_regex": null, "icon_cache_folder": "data/icon_cache", "icon_cache_negttl": 259200, "icon_cache_ttl": 2592000, "icon_download_timeout": 10, "icon_redirect_code": 302, "icon_service": "internal", "incomplete_2fa_schedule": "30 * * * * *", "incomplete_2fa_time_limit": 3, "increase_note_size_limit": false, "invitation_expiration_hours": 120, "invitation_org_name": "Vaultwarden", "invitations_allowed": true, "ip_header": "X-Forwarded-For", "job_poll_interval_ms": 30000, "log_file": null, "log_level": "info", "log_timestamp_format": "%Y-%m-%d %H:%M:%S.%3f", "login_ratelimit_max_burst": 10, "login_ratelimit_seconds": 60, "org_attachment_limit": null, "org_creation_users": "", "org_events_enabled": false, "org_groups_enabled": false, "password_hints_allowed": true, "password_iterations": 600000, "push_enabled": false, "push_identity_uri": "https://identity.bitwarden.com", "push_installation_id": "***", "push_installation_key": "***", "push_relay_uri": "https://push.bitwarden.com", "reload_templates": false, "require_device_email": false, "rsa_key_filename": "data/rsa_key", "send_purge_schedule": "0 5 * * * *", "sendmail_command": null, "sends_allowed": true, "sends_folder": "data/sends", "show_password_hint": false, "signups_allowed": false, "signups_domains_whitelist": "*********", "signups_verify": true, "signups_verify_resend_limit": 5, "signups_verify_resend_time": 3600, "smtp_accept_invalid_certs": false, "smtp_accept_invalid_hostnames": false, "smtp_auth_mechanism": null, "smtp_debug": false, "smtp_embed_images": true, "smtp_explicit_tls": null, "smtp_from": "", "smtp_from_name": "Vaultwarden", "smtp_host": null, "smtp_password": null, "smtp_port": 587, "smtp_security": "starttls", "smtp_ssl": null, "smtp_timeout": 15, "smtp_username": null, "templates_folder": "data/templates", "tmp_folder": "data/tmp", "trash_auto_delete_days": null, "trash_purge_schedule": "0 5 0 * * *", "use_sendmail": false, "use_syslog": false, "user_attachment_limit": null, "user_send_limit": null, "web_vault_enabled": true, "web_vault_folder": "web-vault/", "yubico_client_id": null, "yubico_secret_key": null, "yubico_server": null } ``` </details> ### Vaultwarden Build Version <pre>v1.32.0 (latest)</pre> ### Deployment method <pre>Official Container Image</pre> ### Custom deployment method ```yml --- services: vaultwarden: container_name: vaultwarden image: vaultwarden/server:latest network_mode: bridge ports: - 85:80 environment: - DOMAIN=https://vaultwarden.[REDACTED] - LOGIN_RATELIMIT_MAX_BURST=10 - LOGIN_RATELIMIT_SECONDS=60 - ADMIN_RATELIMIT_MAX_BURST=10 - ADMIN_RATELIMIT_SECONDS=60 - ADMIN_TOKEN=[REDACTED] - SENDS_ALLOWED=true - EMERGENCY_ACCESS_ALLOWED=true - WEB_VAULT_ENABLED=true - SIGNUPS_ALLOWED=false - SIGNUPS_VERIFY=true - SIGNUPS_VERIFY_RESEND_TIME=3600 - SIGNUPS_VERIFY_RESEND_LIMIT=5 - SIGNUPS_DOMAINS_WHITELIST=[REDACTED] labels: - "traefik.enable=true" - "traefik.http.routers.vaultwarden.entrypoints=web, websecure" - "traefik.http.routers.vaultwarden.rule=Host(`vaultwarden.[REDACTED]`) || Host(`vaultwarden.[REDACTED]`)" - "traefik.http.routers.vaultwarden.tls=true" - "traefik.http.routers.vaultwarden.tls.certresolver=cloudflare" volumes: - D:\Docker\Security\vaultwarden\data\:/data/ restart: unless-stopped ``` ### Reverse Proxy <pre>traefik:v3.1.4</pre> ### Host/Server Operating System <pre>Linux</pre> ### Operating System Version <pre>Ubuntu 22.04</pre> ### Clients <pre>Browser Extension, Desktop, Android</pre> ### Client Version <pre>Chrome Extension (2024.9.1) / Desktop (2024.9.0) / Android (2024.7.1)</pre> ### Steps To Reproduce <pre>1. Deploy Traefik and Vaultwarden. 2. Access the Vaultwarden server (either locally or remotely) to create a user. 3. Try to connect to the server through a client application. 4. Get the following error: </pre> <details> <summary>Click to expand</summary> ```html <!DOCTYPE html> <html lang="en-US"> <head> <title>Just a moment...</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width,initial-scale=1"> <style> * { box-sizing: border-box; margin: 0; padding: 0 } html { line-height: 1.15; -webkit-text-size-adjust: 100%; color: #313131; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji } body { display: flex; flex-direction: column; height: 100vh; min-height: 100vh } .main-content { margin: 8rem auto; max-width: 60rem; padding-left: 1.5rem } @media (width <= 720px) { .main-content { margin-top: 4rem } } .h2 { font-size: 1.5rem; font-weight: 500; line-height: 2.25rem } @media (width <= 720px) { .h2{ font-size: 1.25rem; line-height: 1.5rem } } #challenge-error-text{ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+); background-repeat: no-repeat; background-size: contain; padding-left: 34px } @media (prefers-color-scheme:dark) { body{ background-color: #222; color:#d9d9d9 } } </style> <meta http-equiv="refresh" content="390"> </head> <body class="no-js"> <div class="main-wrapper" role="main"> <div class="main-content"> <noscript> <div class="h2"> <span id="challenge-error-text">Enable JavaScript and cookies to continue</span> </div> </noscript> </div> </div> <script> ( function() { window._cf_chl_opt={ cvId: '3', cZone: "vaultwarden.[REDACTED]", cType: 'managed', cNounce: '55577', cRay: '8c732b776bda7a15', cHash: '[REDACTED]', cUPMDTk: "\/identity\/accounts\/prelogin?__cf_chl_tk=[REDACTED]", cFPWv: 'g', cTTimeMs: '1000', cMTimeMs: '390000', cTplV: 5, cTplB: 'cf', cK: "", fa: "\/identity\/accounts\/prelogin?__cf_chl_f_tk=[REDACTED]", md: "[REDACTED]", mdrd: "[REDACTED]", cRq: { ru: '[REDACTED]', d: '[REDACTED]', t: '[REDACTED]', cT: Math.floor(Date.now() / 1000), m: '[REDACTED]', i1: '[REDACTED]', i2: '[REDACTED]', zh: '[REDACTED]', uh: '[REDACTED]', hh: '[REDACTED]', } }; var cpo = document.createElement('script'); cpo.src = '/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=8c732b776bda7a15'; window._cf_chl_opt.cOgUHash = location.hash === '' && location.href.indexOf('#') !== -1 ? '#' : location.hash; window._cf_chl_opt.cOgUQuery = location.search === '' && location.href.slice(0, location.href.length - window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search; if (window.history && window.history.replaceState) { var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash; history.replaceState(null, null, "\/identity\/accounts\/prelogin?__cf_chl_rt_tk=[REDACTED]" + window._cf_chl_opt.cOgUHash); cpo.onload = function() { history.replaceState(null, null, ogU); } } document.getElementsByTagName('head')[0].appendChild(cpo); }() ); </script> </body> </html> ``` </details> ### Expected Result <pre>To be able to connect to the Vault server using a Bitwarden client application.</pre> ### Actual Result <pre>The error message shared above.</pre> ### Logs _No response_ ### Screenshots or Videos _No response_ ### Additional Context _No response_
OVERLORD added the bug label 2025-10-09 16:25:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#378