Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
3.2.0
-
None
-
-
fde63b5bc (dev), 94cda3ae2 (3.2), 95ae0a245 (14.0)
-
License server development 28, License server development 29, License server development 30
Description
When the license checker encounters an SSL error 202 (invalid certificate), it shows the error message:
"The connection to server is unstable. Please check your internet connection. Error code: 202".
That's bad language in the wrong context.
1) Context
Error code 202 is an SSL error code, indicating an invalid certificate.
- The conclusion of a broken internet connection is wrong, and misleading users. The error message must refer to an SSL certificate problem. The error code 202 is clearly related to SSL.
- Given the fact, that the license server is new, its activation is very likely linked to an update made by the maintenance tool. Such an update happens over the internet, over SSL. For the time being, it is actually pointing to a bug in the license client. It is wrong to blame the user.
2) Language
"The connection to server is unstable" has a pronoun for the first noun, and none for the second.
Either use two pronouns or none.
Replace either with "The connection to the server is unstable" or "Connection to server is unstable".
Attachments
Issue Links
- relates to
-
QLS-1141 Upgrade to version 14 breaks Qt Creator, due to faulty license check; Ca-certificate not found automatically
- Closed
For Gerrit Dashboard: QLS-1144 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
581051,6 | Use message from daemon in the error dialog | 14.0 | qt-creator/tqtc-plugin-licensechecker | Status: MERGED | +2 | 0 |
582532,5 | CIP: add separate status code for SSL related errors | dev | license-tools/license-service | Status: MERGED | +2 | 0 |
585827,2 | CIP: add separate status code for SSL related errors | 3.2 | license-tools/license-service | Status: MERGED | +2 | 0 |