Configuring a web browser-based JavaScript application to access an integration service by using SSL
If you are using the JavaScript client API with a web browser-based JavaScript application, then you can secure the data that is sent between an integration service and the web browser-based JavaScript application.
Before you begin
Complete the following steps:
- Define your public key infrastructure (PKI) at the integration node level, or the integration node listener level.
- Configure the integration service to use SSL.
About this task
Note: The
steps assume that you are using the Google Chrome
web browser and that the HTTP proxy servlet is deployed
in an Apache Tomcat servlet container. However, the steps are
similar for other web browsers and servlet containers.
If you are running your servlet container behind a
web server such as Apache HTTP Server, then, typically,
you configure the web server to handle the SSL connections instead
of configuring Apache Tomcat; see your web server
documentation for information on how to configure
SSL.
Procedure
Results
You have configured the web browser-based JavaScript application to access the integration service by using SSL.