To improve security, web application work can be set up by HTTPS protocol supporting encryption. To set it up, follow the steps:
Get a trusted certificate that will be used for encryption.
Install the obtained certificate to trusted certification centers:
Open management console (WIN+R) by running the mmc command.
Add a snap-in to certificates for the local computer account (the File > Add/Remove Snap-in menu command).
Import the obtained certificate to the Trusted Root Certification Centers > Certificates folder:
Start IIS manager, at the start page open server certificates:
Import the obtained certificate, select Web Hosting as the certificate store:
In the Connections tree, in the sites section, select the required site, open the list of bindings. Add a binding for the HTTPS protocol, select the added certificate as SSL certificate:
In the PP.xml file with web application settings specify path to BI server via HTTPS protocol and specify DNS name of the web server:
<?xml version="1.0" encoding="utf-8" ?>
<pp>
<service url="https://server.sample.com/fpBI_App_v10.x/axis2/services/PP.SOM.Som" />
<metabase id="fpRepository"/>
</pp>
Restart Internet Information Server.
Open the web application specifying HTTPS protocol: https://server.sample.com/fp_App_v10.0/app/welcome.html.
See also: