try again
This commit is contained in:
parent
c4b920d3bb
commit
dc99e06a2e
@ -2,17 +2,20 @@
|
||||
|
||||
1. Download and install the latest version of openjdk:
|
||||
|
||||
``` sudo apt install openjdk-11-jre
|
||||
```
|
||||
sudo apt install openjdk-11-jre
|
||||
```
|
||||
|
||||
2. Use your favorite text editor to open java.security at the path below:
|
||||
|
||||
``` /etc/java/security/java.security
|
||||
```
|
||||
/etc/java/security/java.security
|
||||
```
|
||||
|
||||
3. Comment out the line in java.security:
|
||||
|
||||
``` # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
|
||||
```
|
||||
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024,
|
||||
```
|
||||
|
||||
4. Run the connect_idrac_kvm.sh script and enter the IP address and credentials of your iDRAC interface to connect to the network KVM on your Dell Server
|
||||
|
Loading…
x
Reference in New Issue
Block a user