Feature #407
extend SSL error message
Start date:
Due date:
% Done:
100%
Estimated time:
OS:
Any
Description
is:
"The host name did not match any of the valid hosts for this certificate"
should be:
"The host name 'foobar.com' did not match any of the valid hosts for this certificate ('foobar.de')"
History
#1 Updated by EgS over 15 years ago
- Status changed from New to Resolved
- Assignee set to EgS
- Target version set to 0.4.0
- % Done changed from 0 to 100
- OS set to Any
That error string ("The host name did not match any of the valid hosts for this certificate") generated by Qt's SSL backend.
But all SSL errors are now displayed in a nice manner. You can easily check the certificate now too, so you'll know what hostnames the cert was issued for.