SSL FAQ

You'll need to make sure you have cryptographic support installed. This is a free product from IBM. Contact your IBM Business Partner and they should be able to get it to you. Here are the Licensed Program details:

5722AC3 Crypto Access Provider 128-bit for AS/400

This error is saying that you don't have the proper Certificate Authority(ies) (CAs) installed on your machine in order to communicate over SSL with the web service you are using.  You'll need to install the CAs required for this.

This page will provide instructions on how this is done.

This is because the user that is making the request does not have the proper authorities to the SSL keyring files and/or directory that are located in the IFS. The keyring files (on most systems) can be found by using the following command:

WRKLNK '/QIBM/UserData/ICSS/Cert/Server/*'

You will need to grant at least *RX authority to the directory and *R authority to the objects contained within the directory for the users that you want to be able to use SSL features.  Normally granting *PUBLIC these authorities will be good enough.

Normally running the following commands will fix this issue:


Click Here for a list of common SSL Return Codes