This task topic explains how to configure the HTTPRequest node to communicate with other applications using HTTP over SSL. The task covers the steps required for windows system but almost identical tasks are required for any other platform. To complete the HTTPRequest task, an HTTPS server application is required. For simplicity, the only details that are given here are for using the HTTPInput node for SSL as the server application. However, the same details also apply when you are using any other server application.
cd "%MQSI_FILEPATH%\jre\lib\security"
To modify the cacerts file, you must use the keytool command.
"%MQSI_FILEPATH%\jre\bin\keytool" -import -alias mykey -file name of certificate file -keystore cacerts -keypass changeit
"%MQSI_FILEPATH%\jre\bin\keytool" -export -alias tomcat -file name of certificate file -keystore keystore file -keypass changeit
The following message flow creates a generic message flow for converting an WebSphere MQ message into an HTTPRequest.:
The message flow is now ready to be deployed to the broker and tested.
Notices |
Trademarks |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
ap12235_ |