| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Configuring: Additional SSL Section Notes |
|
Configuring Java CAPS for SSL Support
Configuring Java CAPS Business Processes
Configuring Environment Components for the Sun Business Process Manager
Configuring Sun Master Indexes (Repository)
Configuring Java CAPS Project Components for Application Adapters
Configuring Java CAPS Project Components for Communication Adapters
Configuring Java CAPS Project Components for Database Adapters
Configuring Java CAPS Project Components for Web Server Adapters
Configuring Java CAPS Environment Components for Application Adapters
Using the Environment Properties Editor
To Configure the Environment Properties
Configuring Oracle Applications Adapter Environment Properties
Outbound Oracle Applications Adapter Properties
Outbound Oracle Adapter Properties with XA support
Configuring the PeopleSoft HTTP Client Adapter Environment Properties
PeopleSoft Settings and PeopleTools 8.42 Settings
PeopleSoft Settings and PeopleTools 8.13 Settings
Configuring SAP BAPI Adapter Environment Properties
Configuring the Siebel EAI Adapter Environment Properties
Adapter Environment Properties
Configuring the SWIFT Alliance Gateway Adapter Environment Properties
To Configure the SWIFT AG Adapter Environment Properties
SWIFT AG Adapter Environment Properties
Configuring Websphere MQ Adapter Environment Properties
Inbound MQSeries Adapter -- Inbound Adapter Environment Configuration
Outbound MQSeries Adapter (XA) -- Outbound Adapter Environment Configuration
Outbound MQSeries Adapter (XA) -- Connection Retry Settings
Outbound MQSeries Adapter (XA) -- Connection Pool Settings
Outbound MQSeries Adapter -- Outbound Adapter Environment Configuration
Outbound MQSeries Adapter -- Connection Retry Settings
Outbound MQSeries Adapter -- Connection Pool Settings
Outbound MQSeries Adapter -- Connection Establishment Mode
Accessing Non-Local Queue Managers and Non-Local Queues
Configuring Java CAPS Environment Components for Communications Adapters
Configuring Java CAPS Environment Components for Database Adapters
Configuring Java CAPS Environment Components for Web Server Adapters
Configuring SAP R/3 for the SAP BAPI Adapter
Configuring Secure Network Communications for SAP
Configuring Siebel EAI Workflows
Importing an SNA Custom Handshake Class
Configuring WebLogic for Asynchronous Communication
Configuring Master Index (Repository) Connectivity and Environments
Related Topics for Sun Adapter for Batch/FTP
Following are additional notes related to the properties in the SSL section.
Determines whether the host name verification is done on the server certificate during the SSL handshake.
You can use this property to enforce strict checking of the server host name in the request URL and the host name in the received server certificate.
True or False; the default is False.
Under some circumstances, you can get different Java exceptions, depending on whether you set this property to True or False. This section explains what causes these exceptions.
For example, suppose the host name in the URL is localhost, and the
host name in the server certificate is localhost.stc.com. Then, the following conditions apply:
If Verify hostname is set to False:
Host name checking between the requested URL and the server certificate is turned off.
You can use an incomplete domain host name, for example, https://localhost:444, or a complete domain host name, for example, https://localhost.stc.com:444, and get a positive response in each case.
If Verify hostname is set to True:
Host name checking between the requested URL and the server certificate is turned on.
Note - If you use an incomplete domain host name, for example, https://localhost:444, you can get the exception java.io.IOException: HTTPS hostname wrong.
You must use a complete domain host name, for example, https://localhost.stc.com:444
Note - If the Java Software Developer’s Kit (SDK) version used by the application server and the corresponding application server property setting do not match, you can get the exception java.lang.ClassCastException.