Skip to main content
Version: v3.3.x LTS

Troubleshooting HTTPS status codes

Troubleshooting HTTPS status codes

Zowe clients and servers follow HTTPS to exchange requests and responses.

Hypertext Transfer Protocol Secure is a communication system with defined requests and responses that are encrypted.

When there is an issue communicating with an API, HTTPS response status codes can help determine where the problem lies. In Zowe CLI, status codes display in the terminal. In Zowe Explorer, status codes display in notification messages.

While HTTPS status codes range from the 100s to the 500s, this page lists client error (400s) and server error (500s) codes that might be seen in Zowe.

4XX status codes: client error

Status codes in the 400s involve the client.

Status CodeDefinitionResolution
400Bad Request
Indicates an application issue, rather than a user error.
Confirm that the action you are trying to perform is valid. If valid and error persists, open a GitHub issue in the Zowe CLI repository or the Zowe Explorer repository.
401Unauthorized
Your credentials are either invalid or expired.
Update credentials and retry the request.
403Forbidden
Credentials are valid but you do not have permission to perform the action.
Contact your system administrator.
404Not Found
You are trying to access a resource that does not exist.
Verify that the name of your resource is correct and retry the request.
405Method Not Allowed
The server does not have the capability to implement the request.
Contact your system administrator.
409Conflict
There is a conflict between the data on your client computer and the data that resides on the mainframe.
Zowe Explorer presents an option to resolve conflict. For Zowe CLI, download the latest mainframe content and retry your changes.

5XX status codes: server error

Status codes in the 500s involve the server.

Status CodeDefinitionResolution
500Server Error
Indicates an unexpected error related to storage, configuration, resources, or a time-out.
Contact your system administrator or the application developer.
502Gateway Error
Indicates a communication problem between servers.
Open a GitHub issue in the Zowe CLI repository or the Zowe Explorer repository.
503Service Unavailable
The application is offline.
Restart the service or contact your system administrator.
504Gateway Timeout
There is too much traffic or load on the system processing your request.
Wait and retry. If it continues, contact your system administrator to restart the service.