- Community Home
- >
- Networking
- >
- IMC
- >
- Re: How to set https in "Open Web NMS" application
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- 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
- Email to a Friend
- 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
- Email to a Friend
- 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
- Email to a Friend
- 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
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP