Explanation | The sslRef attribute specified in the ibm-ws-bnd.xml file cannot refer to the ssl element in the server.xml file, or the content of the referred ssl element is invalid. |
Action | Ensure that the value of the sslRef attribute matches the id of the ssl element in the server.xml file, or the content of the referred ssl element is correct. |
Explanation | Invalid configuration of keystore or truststore element in the server.xml file can result in the exception because the sslRef attribute specified in the ibm-ws-bnd.xml file refers to the SSL configurations in the server.xml file. |
Action | Ensure that the location and the password of the keystore or the truststore element are correctly specified in the server.xml file, and the certificate alias is valid in the ibm-ws-bnd.xml file. |
Explanation | The login-config element can only be configured in the web.xml file of the web application, and the login-config element defined in the ibm-ws-bnd.xml file is ignored. |
Action | Ensure that the login-config element is only configured in the web.xml file of your web application. |
Explanation | The ibm-ws-bnd.xml file only supports BASIC and CLIENT_CERT as auth-method type. |
Action | Ensure that the value of auth-method type defined in the ibm-ws-bnd.xml file is either BASIC or CLIENT_CERT. |