Configure Publisher for Secure Socket Layer (SSL) Communication
It's recommended that you enable Secure Socket Layer (HTTPS) on the middle tier hosting the Web services because the trusted username/password that's passed can be intercepted.
This also applies to Web services that are used for communication between Publisher and Oracle BI Presentation Services.
Import Certificates for Web Services Protected by SSL
If you make calls to web services that are protected through Secure Sockets Layer (SSL), then you must export the certificate from the web server hosting the web service and import it into the Java keystore on the computer that's running Publisher.
These steps shouldn't be required if the server certificate is linked to some certificate authority (such as Verisign). But if the Web service server is using a self-generated certificate (for example, in a testing environment), then these steps are required.
Add the Virtualize Property to the Identity Store Configuration
You must add the property "virtualize" to the Identity Store Configuration in Fusion Middleware Control to enable SSL for Publisher.
-
Log in to Fusion Middleware Control:
https://<Host>/<SecureAdminPort>/em
-
Select WebLogic Domain, Security, and then Security Provider Configuration.
-
Expand the Security Store Provider segment.
-
Expand the Identity Store Provider segment.
-
Click Configure.
-
Click Add (+) to add a new property.
-
In the Add New Property dialog, enter
Property Name — virtualize
Value — true
-
-
On the Identity Store Provide page, click OK.
-
Confirm that the property is added to the
jps-config.xml
file:-
Open the
jps-config.xml
file located in<DomainHome>/config/fmwconfig/jps-config.xml
-
Ensure that the file contains the line:
<property name="virtualize" value="true"/>
-
Update the JDBC Connection String to the Data Source
For Publisher to connect to Oracle Analytics Server as a data source when SSL is enabled, you must update the default connection string.
Follow the guidelines detailed in Set Up a JDBC Connection to Oracle Analytics Server.
Update the JMS Configuration
You update the Scheduler JMS configuration to use the SSL URL.
-
On the Publisher Administration page, under System Maintenance, click Scheduler Configuration.
-
Update the WebLogic JNDI URL to use SSL. For example,
- Click Apply.
-
Select the Scheduler Diagnostics tab.
-
Verify that the connection passed diagnostics.
Configure the Delivery Manager
If you want to use the default certificates built-in with Publisher, then no further configuration is required.
SSL works with the default certificate if the server uses the certificate signed by a trusted certificate authority such as Verisign.
If the user uses the SSL with a self-signed certificate, then the certificate information must be entered in the Delivery Configuration page, as described in Configure Delivery Options. A self-signed certificate means that the certificate is signed by a non-trusted certificate authority (usually the user).