Skip to content

Commit

Permalink
Support multiple certificate validation URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Balhar <[email protected]>
  • Loading branch information
balhar-jakub committed Nov 29, 2024
1 parent 6ede6be commit a3d6463
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/troubleshoot/troubleshoot-apiml-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,19 +551,19 @@ The following error message codes may appear on logs or API responses. Use the f

**Action:**

Ensure that the parameter apiml.security.x509.certificatesUrl is correctly configured with the complete URL to the central Gateway certificates endpoint. Test the URL manually.
Ensure that the parameter apiml.security.x509.certificatesUrls is correctly configured with the complete URL to the central Gateway certificates endpoint. Test the URL manually.

### ZWEAT502E

Invalid URL specified to get trusted certificates from the central Gateway. Error message: %s

**Reason:**

The parameter apiml.security.x509.certificatesUrl is not correctly configured with the complete URL to the central Gateway certificates endpoint.
The parameter apiml.security.x509.certificatesUrls is not correctly configured with the complete URL to the central Gateway certificates endpoint.

**Action:**

Ensure that the parameter apiml.security.x509.certificatesUrl is correctly configured.
Ensure that the parameter apiml.security.x509.certificatesUrls is correctly configured.

### ZWEAT503E

Expand All @@ -587,7 +587,7 @@ The following error message codes may appear on logs or API responses. Use the f

**Action:**

Check that the URL configured in apiml.security.x509.certificatesUrl responds with valid DER-encoded certificates in the Base64 printable form.
Check that the URL configured in apiml.security.x509.certificatesUrls responds with valid DER-encoded certificates in the Base64 printable form.

### ZWEAT505E

Expand All @@ -599,7 +599,7 @@ The following error message codes may appear on logs or API responses. Use the f

**Action:**

Check that the URL configured in apiml.security.x509.certificatesUrl points to the central Gateway and it responds with valid DER-encoded certificates in the Base64 printable form.
Check that the URL configured in apiml.security.x509.certificatesUrls points to the central Gateway and it responds with valid DER-encoded certificates in the Base64 printable form.

### ZWEAT601E

Expand Down

0 comments on commit a3d6463

Please sign in to comment.