From 36c7985caad532d5ef678114adb22555def48d2f Mon Sep 17 00:00:00 2001 From: sj895092 Date: Fri, 13 Dec 2024 17:23:31 +0100 Subject: [PATCH] remove the central from trouble shooting --- .../troubleshoot-apiml-error-codes.md | 32 ++++++------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/docs/troubleshoot/troubleshoot-apiml-error-codes.md b/docs/troubleshoot/troubleshoot-apiml-error-codes.md index 47abe404ee..9034987c76 100644 --- a/docs/troubleshoot/troubleshoot-apiml-error-codes.md +++ b/docs/troubleshoot/troubleshoot-apiml-error-codes.md @@ -531,19 +531,19 @@ The following error message codes may appear on logs or API responses. Use the f ### ZWEAT500E - Failed to parse the client certificate forwarded from the central Gateway. Error message %s. The client certificate was %s + Failed to parse the client certificate forwarded from the Gateway. Error message %s. The client certificate was %s **Reason:** - The string sent by the central Gateway was not recognized as a valid DER-encoded certificate in the Base64 printable form. + The string sent by the Gateway was not recognized as a valid DER-encoded certificate in the Base64 printable form. **Action:** - Ensure that forwarding of the client certificate is also enabled in the central Gateway. Check for any error messages from the central Gateway. + Ensure that forwarding of the client certificate is also enabled in the Gateway. Check for any error messages from the Gateway. ### ZWEAT501E - Failed to get trusted certificates from the central Gateway. Unexpected response from %s endpoint. Status code: %s. Response body: %s + Failed to get trusted certificates from the Gateway. Unexpected response from %s endpoint. Status code: %s. Response body: %s **Reason:** @@ -551,15 +551,15 @@ The following error message codes may appear on logs or API responses. Use the f **Action:** - 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. + Ensure that the parameter apiml.security.x509.certificatesUrls is correctly configured with the complete URL to the Gateway certificates endpoint. Test the URL manually. ### ZWEAT502E - Invalid URL specified to get trusted certificates from the central Gateway. Error message: %s + Invalid URL specified to get trusted certificates from the Gateway. URL is %s. Error message: %s **Reason:** - The parameter apiml.security.x509.certificatesUrls 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 Gateway certificates endpoint. **Action:** @@ -567,7 +567,7 @@ The following error message codes may appear on logs or API responses. Use the f ### ZWEAT503E - An error occurred during retrieval of trusted certificates from the central Gateway. Error message: %s + An error occurred during retrieval of trusted certificates from the Gateway. Certificate endpoint is %s. Error message: %s **Reason:** @@ -579,28 +579,16 @@ The following error message codes may appear on logs or API responses. Use the f ### ZWEAT504E - Failed to parse the trusted certificates provided by the central Gateway. Error message %s + Failed to parse the trusted certificates provided by the Gateway. Certificate endpoint is %s. Error message %s **Reason:** - The string sent by the central Gateway was not recognized as valid DER-encoded certificates in the Base64 printable form. + The string sent by the Gateway was not recognized as valid DER-encoded certificates in the Base64 printable form. **Action:** Check that the URL configured in apiml.security.x509.certificatesUrls responds with valid DER-encoded certificates in the Base64 printable form. -### ZWEAT505E - - Incoming request certificate is not one of the trusted certificates provided by the central Gateway. - - **Reason:** - - The Gateway performs an additional check of request certificates when the central Gateway forwards the incoming client certificate to the domain Gateway. This check may fail when the certificatesUrl parameter does not point to the proper central Gateway certificates endpoint. - - **Action:** - - 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 z/OSMF service name not found. Set parameter apiml.security.auth.zosmf.serviceId to your service ID.