SSL errors got mixed up. Fixed
This commit is contained in:
parent
6fdd7c0f88
commit
d621eb9405
|
@ -72,9 +72,9 @@ ssl_error = {
|
||||||
15: _("Format error in CRL's lastUpdate field"),
|
15: _("Format error in CRL's lastUpdate field"),
|
||||||
16: _("Format error in CRL's nextUpdate field"),
|
16: _("Format error in CRL's nextUpdate field"),
|
||||||
17: _("Out of memory"),
|
17: _("Out of memory"),
|
||||||
18: _("Self signed certificate in certificate chain"),
|
18: _("Self signed certificate"),
|
||||||
19: _("Unable to get local issuer certificate"),
|
19: _("Self signed certificate in certificate chain"),
|
||||||
20: _("Unable to verify the first certificate"),
|
20: _("Unable to get local issuer certificate"),
|
||||||
21: _("Unable to verify the first certificate"),
|
21: _("Unable to verify the first certificate"),
|
||||||
22: _("Certificate chain too long"),
|
22: _("Certificate chain too long"),
|
||||||
23: _("Certificate revoked"),
|
23: _("Certificate revoked"),
|
||||||
|
|
Loading…
Reference in New Issue