Preliminary Checks
What happened?
Logging into Zoho (accounts.zoho.eu) fails with an "Incorrect Device Time" error page, while the device clock is correct and the same login works fine in other browsers on the same machine/network. The error page is served directly by Zoho's server on the very first request (HTTP 200, plain HTML) — no client-side JavaScript is involved in producing it (verified via DevTools Network tab: only 3 requests total — the HTML page itself, a cached CSS file, and favicon.ico — no XHR/fetch calls).
Expected behavior
Login should proceed normally, as it does in other browsers (e.g. Chrome/Edge) on the same device, same network, same system clock.
Actual behavior
Zoho serves its "Incorrect Device Time" error page on the initial HTML response.
Steps to reproduce
Go to the Zoho login page (accounts.zoho.eu).
Enter credentials and submit.
The page immediately returns Zoho's "Incorrect Device Time" error page instead of proceeding with login.
Troubleshooting already done with Claude help:
All of the following were tested and did not resolve the issue:
- System clock verified correct (both OS-level and via Date() in the browser console).
- privacy.resistFingerprinting and privacy.fingerprintingProtection in about:config: already false.
- Tested in a Private Browsing window (rules out cookies/stored session data).
- Restarted in Troubleshoot Mode with all extensions/mods disabled.
- DNS over HTTPS: already off / using system default.
- No proxy configured (verified in Network Settings).
- Tested on a brand-new, completely clean Zen profile (about:profiles) — issue persists even with zero customization.
Since the error page comes back as a plain server-rendered response before any JS executes, and persists across a totally clean profile, this points to something in how Zen presents itself at the network/TLS layer (e.g. TLS ClientHello fingerprint, HTTP header set, ALPN/cipher order, etc.) that Zoho's server-side fraud/bot-detection is flagging — and mislabeling as a device-time issue. This does not reproduce in other browsers on the same machine/network, so it appears specific to Zen's network stack rather than to the user's system.
Screenshots and videos
No response
Version
1.21.15b (Firefox 154.0) (64-bit)
What platform are you seeing the problem on?
Windows - x64
What component is this issue related to?
Other
Relevant log output if applicable
Preliminary Checks
What happened?
Logging into Zoho (accounts.zoho.eu) fails with an "Incorrect Device Time" error page, while the device clock is correct and the same login works fine in other browsers on the same machine/network. The error page is served directly by Zoho's server on the very first request (HTTP 200, plain HTML) — no client-side JavaScript is involved in producing it (verified via DevTools Network tab: only 3 requests total — the HTML page itself, a cached CSS file, and favicon.ico — no XHR/fetch calls).
Expected behavior
Login should proceed normally, as it does in other browsers (e.g. Chrome/Edge) on the same device, same network, same system clock.
Actual behavior
Zoho serves its "Incorrect Device Time" error page on the initial HTML response.
Steps to reproduce
Go to the Zoho login page (accounts.zoho.eu).
Enter credentials and submit.
The page immediately returns Zoho's "Incorrect Device Time" error page instead of proceeding with login.
Troubleshooting already done with Claude help:
All of the following were tested and did not resolve the issue:
Since the error page comes back as a plain server-rendered response before any JS executes, and persists across a totally clean profile, this points to something in how Zen presents itself at the network/TLS layer (e.g. TLS ClientHello fingerprint, HTTP header set, ALPN/cipher order, etc.) that Zoho's server-side fraud/bot-detection is flagging — and mislabeling as a device-time issue. This does not reproduce in other browsers on the same machine/network, so it appears specific to Zen's network stack rather than to the user's system.
Screenshots and videos
No response
Version
1.21.15b (Firefox 154.0) (64-bit)
What platform are you seeing the problem on?
Windows - x64
What component is this issue related to?
Other
Relevant log output if applicable