You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: return clear error for unsupported ECDSA/EC provisioning certificates
* Detect when node-forge cannot parse EC certificates from a PFX and return a descriptive error instead of a generic decrypt failure.
* Add null guards for empty cert arrays and missing CN fields in domainSuffixChecker.
* Route cert errors through a dedicated middleware to bypass express-validator field-level formatting.
Addresses #2505
Copy file name to clipboardExpand all lines: src/test/collections/rps.postman_collection.json
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -442,12 +442,9 @@
442
442
"});\r",
443
443
"pm.test(\"Creation should fail when certificate doesn't exist\", function () {\r",
444
444
" var result = pm.response.json();\r",
445
-
" pm.expect(result.errors[0].msg).to.eql(\"Unable to decrypt provisioning certificate. Please check that the password is correct, and that the certificate is a valid certificate.\")\r",
0 commit comments