Fix README.md
This commit is contained in:
parent
450932fe40
commit
b8ba67c3e5
@ -1,22 +1,19 @@
|
|||||||
# Legacy IDRAC6 KVM invoker
|
# iDRAC 6 console launcher
|
||||||
|
|
||||||
On modern systems, the iDRAC6 remote console client is broken. This software
|
On modern systems, the iDRAC6 remote console client is broken. This utility
|
||||||
helps to restore usability on linux based systems.
|
helps to restore usability on linux based systems.
|
||||||
|
|
||||||
## Common errors
|
## Common errors
|
||||||
|
|
||||||
|
|
||||||
Connection failed
|
Connection failed
|
||||||
* This java applet needs to be in the list of trusted Java applications
|
* This java applet needs to be in the list of trusted Java applications
|
||||||
* The Java security level must be patched down. This software requires RC4 to be available as tls crypto algorithm (really!)
|
* The Java security level must be patched down. This software requires RC4 to be available as tls crypto algorithm (really!)
|
||||||
|
|
||||||
|
|
||||||
Patch java.security
|
Patch java.security
|
||||||
```
|
```
|
||||||
sed -i -e '/^jdk.tls.disabledAlgorithms=/s/, RC4//' /etc/java-*-openjdk/security/java.security
|
sed -i -e '/^jdk.tls.disabledAlgorithms=/s/, RC4//' /etc/java-*-openjdk/security/java.security
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Exception in thread "main" java.awt.AWTError: Assistive Technology not found
|
Exception in thread "main" java.awt.AWTError: Assistive Technology not found
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user