Configuration is required to use SSL in JAX-RS 2.0

To use the JAX-RS 2.0 Secure Sockets Layer (SSL) function on your Liberty server, you must enable either the ssl-1.0 feature or the appSecurity-2.0 feature and configure the com.ibm.ws.jaxrs.client.ssl.config property in the JAX-RS 2.0 client code.

This rule flags references to the javax.ws.rs.client packages in web projects that contain a <transport-guarantee>CONFIDENTIAL</transport-guarantee> element in the web.xml file.

For more information see the following resources: