-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl: (35) OpenSSL/3.0.13: error:0A00014D:SSL routines::legacy sigalg disallowed or unsupported Failed to retrieve key. Wrong password or banned? #5
Comments
see if this gives you a clue. I cannot do any testing as I do not have access to any legacy ilo machines anymore |
Mhm, so my problem can't be fix ? |
Not by me anyway. Please look at the other open issue and the pull request I linked, most likely the fix will be derating the security settings before connecting. These old ilo machines use extremely outdated crypto standards so with each new distribution it will require more workarounds, even more what I have already built in. |
I looked the pull request you linked, but i don't understand how to set the security level to 0 |
Ok my bad, i downgrade the level of security But, a another problem : When i launch the script, it will connecte and launch the KVM console, but close instantly... |
it literally says what the problem is: it cannot download the proper jar file for the console. So either your ilo is outdated and you should update your machine, or HP at some point released something newer and the name has changed (unlikely, as ilo 3 is discontinued). If you try to start the java console via the web you should be able to see with your browser what the proper name is, you then need to patch the script here Line 33 in 0a9382b
|
Okay, so i checked but... It's the correcte name..
|
so if you installed the proper Java 8 via the script and also followed all other settings as described then I am not sure what is missing. it should start downloading it. |
Yep, i execute the bas-install script and the generate-ilo-sript. But seams not works for me :( |
then you need to do some manual debugging, like e.g. trying to download the jar via curl and see if that works etc. As said: no chance for me to reproduce, I have no such machines anymore. |
There is a way to use the |
the ilo-console.sh script is using hte downloaded .jar but if you look into it you will see it is a bit more complicated than just running the .jar. You can only try to cross-check if all TLS settings etc are correct and maybe try to connect with other users who are still actively using this project. |
I recently got an HP servers with ilo 3 and came across this project. Ran into the same issue - solution turned out to be easy :-) You need to edit the file: Look for the line starting with: and remove the TLSv1.1 |
Hi, i have this issue !
Can someone help me ? I don't think there is something on the README.md to help me with that.
I really want to use KVM console on my Linux (Debian 12) !
The text was updated successfully, but these errors were encountered: