

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In order to open an access to HP BAC, our security team demanded to enable HTTPS to the BAC login page.
I looked in the BAC documentation, and found the following procedure:
- Enable SSL on the web server itself
- On the Business Availability Center Gateway, open <Business Availability Center installation dir>/AppServer/site.war/WEB-INF/web.xml.
- 3 Set IsHTTPSForce attribute to "true".
- 4 Restart the Business Availability Center Gateway.
Now, in step 2, I couldn't find a proper dir, it seems like a typo, and the file actually in /AppServer/WebApps/site.war/WEB-INF/web.xml
In step 3, I couldn't find the IsHTTPSForce parameter in the file at all.
And in overall, after creating the IIS SSL certificate, the BAC spider view became blue (No data update).
Did someone suceed enabling the HTTPS BAC login?
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
If you're using BAC 8.06, definitely <Business Availability Center installation dir>/AppServer/site.war/WEB-INF/web.xml should exist. Perhaps you're looking on the BAC Data Processing Server instead of the Gateway server? It's definitely will not be present on the BAC DPS.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nvr Blame a day in ur life....... Good day gives "happiness" & Bad day gives "experience" ......


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The steps I mentioned above are from the hardening guide.
Can you point out on the missing steps please?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can you please tell me where the SSL certificate is being generated and installed? Which document are you following for the SSL part?
Which web server you are using
Please find attched doc also for reference
Nvr Blame a day in ur life....... Good day gives "happiness" & Bad day gives "experience" ......


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
If you're using BAC 8.06, definitely <Business Availability Center installation dir>/AppServer/site.war/WEB-INF/web.xml should exist. Perhaps you're looking on the BAC Data Processing Server instead of the Gateway server? It's definitely will not be present on the BAC DPS.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you, I understood my mistake here - we are using BAC 8.04, for which the procedure is different.