-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Message: clarify if the provider certificate has expired. #2748
Comments
thorium-reader/src/resources/locales/en.json Line 301 in 0739830
thorium-reader/src/main/services/lcp.ts Lines 796 to 797 in 0739830
thorium-reader/src/main/services/lcp.ts Lines 681 to 685 in 0739830
|
Note that in the backend / low-level LCP lib, the symbolic enum name |
I am re-opening this issue as the fix in the |
If a user imports an LCP license which is invalid because the X509 provider certificate has expired, two user messages currently appear:
Invalid license signature date
Importing [C:\Users\xxxx\Downloads\550019e0-85b8-416f-8529-37b1ca73ef27.lcpl] failed: [Error: [Invalid LCP license signature date.] (C:\Users\xxxx\Downloads\550019e0-85b8-416f-8529-37b1ca73ef27.lcpl)]
Which is cryptic. Neither the user nor the provider can make anything useful with such a message.
Please replace it with the following unique message:
Incorrect license issue date 09 Jan 25 18:49 UTC, the provider certificate has expired on 04 Jan 25 23:59 UTC
or if the certificate expiry date is not easily available
Incorrect license issue date 09 Jan 25 18:49 UTC, the provider certificate has expired before this date
Ps: at least the provider can react to this new message.
The text was updated successfully, but these errors were encountered: