- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- HPe 1920-24G Poe - Network>Services
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-14-2020 11:33 PM
07-14-2020 11:33 PM
Hi all,
We can only access our HPe 1920-24G switch with IE. Other navigators display an error message :
Protocol not supported
Client and server do not support a common cipher suite or version of the SSL protocol
Could you explain me why ?
Besides when i go in >Network>service option nothing appears. It only displays a white screen.
Thank you for your help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 05:06 AM
07-16-2020 05:06 AM
Re: HPe 1920-24G Poe - Network>Services
Hi,
Please verify the Web browser requirements from the below guide incl Enabling securing settings in a Microsoft Internet Explorer browser and Enabling JavaScript in a Firefox browser:
https://support.hpe.com/hpesc/public/docDisplay?docId=c04463799
Please ensure that the browsers are running the latest version, delete cookies, etc.
In addition Switch 1920-24G is discontinued so it is worth to be on the latest version 5.20.R1121
https://h10145.www1.hpe.com/downloads/SoftwareReleases.aspx?ProductNumber=JG924A
I hope this helps.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 11:26 PM
07-16-2020 11:26 PM
Re: HPe 1920-24G Poe - Network>Services
Thank you for your answer but :
1. My Hpe 1920-24G (JG925A) is running lastest version od firmware
2. Javascript is enable on firefox
I think the probleme comes from https (certificate). and I think http is disabled but i can't activate it with GUI because Network>Service option display only a white page
Is there a way to activate http rather than https using telnet commands ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020 04:18 AM
07-17-2020 04:18 AM
SolutionHello,
If you would like to use HTTP and somehow you have an issue with the WebGUI the only way is to use the extended CLI on 1920. See below post:
Over console/telnet /SSH just type “_cmdline-mode on” and then use the password “Jinhua1920unauthorized”.
You need to verify if HTTP is enabled (by default it is). Here we see for example that just HTTPs is enabled:
[HPN]dis cur | in http
undo ip http enable
ip https enable
Then enable HTTP and disable HTTPs:
[HPN] ip http en
[HPN]undo ip https en
If you want to use HTTPs I believe you need to generate your self-signed certificate from CA.
I hope this helps.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 05:26 AM
08-20-2020 05:26 AM
Re: HPe 1920-24G Poe - Network>Services
Thx mmilev
Your reply was th solution :
Over console/telnet /SSH just type “_cmdline-mode on” and then use the password “Jinhua1920unauthorized”.
I just have to add this command "system-view" to switch betwwen <NAMESWITCH> and [NAMESWITCH] whereas the "ip http enable" was not recognized.
A BIG thx for your help !!!