Enabling Secure Sockets Layer (SSL) on data source in WebSphere
To enable SSL on data source perform the following steps:
Before you begin
About this task
Procedure
- From the WebSphere Application Server administrative console, navigate to Resources > JDBC > JDBC providers > JDBC_provider > Data sources
- Select the data source for which you want to enable SSL. Click on the Custom Properties link that is now displayed on the administrative console panel.
- Add a new property, sslConnection and set the value to true.
- From the type drop down select java.lang.Boolean.
Results
| Name | Value | Required |
|---|---|---|
| user | <username> | false |
| password | <password> | false |
| sslConnection | true | false |