Impact after upgrading to the Zurich version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
We are integrating ServiceNow with an external tool using an API management tool called 3scale. However, after upgrading ServiceNow to the Zurich version, the 3scale API authentication no longer works, and we receive an HTTP 500 error indicating that the URL is incorrect.
With the Yokohama version, the same 3scale URL and API key worked without any issues for this API connection, but after upgrading to the Zurich version, it no longer works.
Do you know what could be causing this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2m ago
Hi @ayano
Here is probable cause:
1. It could be the case - your installed plugin not compatible with Zurich version. Update the plugin version , if needed.
2. System Logs and Debugging: The 500 error is a generic server-side error. Review the detailed system logs in ServiceNow for more specific error messages, which can pinpoint the exact cause (e.g., an SSL handshake failure, missing required input/output, or other configuration errors)
3. If your API , you are using any encryption , just fyi, Zurich release deprecates the 3DES encryption standard and defaults to AES for the GlideEncrypter API.
4. Validate Role: As Zurich release is more strict on security -
Review existing ACLs to ensure the integration account has the necessary read/write access to the required tables and fields.
5. Make sure in your http request , you are passing the parameter properly.

