Skip to content

Commit ed5ede4

Browse files
committed
docs(README): add CertificateNotTrustedException to FAQ
1 parent 261a3f8 commit ed5ede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,5 @@ When running the application with the `dev` profile in test mode, you need to up
259259

260260
### Why do I get the `401 Unauthorized "Authentication failed: Web eID token validation failed"` response during authentication?
261261

262-
One possible reason is that you are using the test ID card on a site that is running in production mode or, vice-versa, a real ID card on a site that is running in test mode; or any other ID card whose certificate authority has not been added to the list of trusted certificate authorities.
262+
One possible reason is that you are using the test ID card on a site that is running in production mode or, vice-versa, a real ID card on a site that is running in test mode; or any other ID card whose certificate authority has not been added to the list of trusted certificate authorities. There will be a `CertificateNotTrustedException` in the logs in this case.
263263

0 commit comments

Comments
 (0)