- Community Home
- >
- Networking
- >
- IMC
- >
- How to set https in "Open Web NMS" application
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2019 01:19 AM
07-06-2019 01:19 AM
How to set https in "Open Web NMS" application
Hello,
I have forced all web GUI on my network devices to use HTTPS (HTTP being deactivated).
Unfortunately the "Open Web GUI NMS" application of IMC still uses HTTP to access the network devices, and obviously the attempt fails.
Does someone know how to force it to use HTTPS?
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 12:07 PM
07-08-2019 12:07 PM
Re: How to set https in "Open Web NMS" application
For each device, under configure (right side) > Modify web manager parameters, you can specify https, the port and even include parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2019 01:55 AM
07-11-2019 01:55 AM
Re: How to set https in "Open Web NMS" application
Thanks for the answer. I have never got to this one so far
However I wonder if there is the possibility to do it in Batch mode. I have more than 100 switches to modify.
BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 11:34 AM - edited 07-16-2019 12:43 PM
07-16-2019 11:34 AM - edited 07-16-2019 12:43 PM
Re: How to set https in "Open Web NMS" application
Under Resource > Batch Operations, unfortunately no - almost everything but Web Manager.: Telnet SSH snmp login -
That needs to be an added feature. I suspect the reason its not supported is that this info is stored in another table from the regular access info above.
However if you feel up to some DB surgery., you can add to the table that stores the web manager access.
** make a backup first of course **
This is for MySQL but I suspect the MS SQL DBs & tables are named the same. The MySQL workbench tool is very handy for this kind of stuff BTW
The config_DB has the device information in the tbl_dev, which includes the field for dev_ip with the key dev_id.
get the dev_ids for the devices you need from here.
Go to the table tbl_dev_extendedinfo and insert new rows with the dev_ids and other fields you want populated:
dev_id, dev_web_access_protocol, dev_web_access_port, url