You can configure HTTP outbound transport level security with the administrative console.
This task is one of several ways that you can configure the HTTP outbound transport level security for a web service acting as a client to another web service server. You can also configure the HTTP outbound transport level security with an assembly tool or by using the Java properties. If you do not configure the HTTP outbound transport level security, the web services runtime defers to the Web Services for Java Platform, Enterprise Edition (Java EE) security runtime in the WebSphere® product for an effective Secure Sockets Layer (SSL) configuration. If there is no SSL configuration with the Java EE security runtime in the WebSphere product, the Java Secure Socket Extension (JSSE) system properties are used.
If you choose to configure the HTTP outbound transport level security with the administrative console or an assembly tool, the Web Services Security binding information is modified. You can use the administrative console to configure the web services client security bindings if you have deployed or installed the web services application into WebSphere Application Server. If you have not installed the web services application, you can configure the HTTP SSL configuration with an assembly tool. This task assumes that you have deployed the web services application into the WebSphere product. See the deploying web services applications onto application servers information to learn more about deploying web services.
If you configure the HTTP outbound transport level security using the standard Java properties for JSSE, the properties are configured as system properties. The configuration specified in the binding takes precedence over the Java properties. However, the configurations that are specified by the Java EE security programming model, or that are associated the Dynamic selection, have higher precedence.
See the secure communications using Secure Sockets Layer information to learn more implementing transport level security.
Configure the HTTP outbound transport level security with the following steps provided in this task section.