The iDRAC's virtual console uses jnlp
.
I have installed:
sudo apt-get install icedtea-netx
Connecting to the iDRAC's webserver works using Firefox. When I click 'Launch Virtual Console' it starts the java app. The JVM then asks for a few permissions which I grant (the certificate is selfsigned). But it then fails with: "Connection failed".
I had this working when running Ubuntu 18.04, but it broke after upgrading the client to Ubuntu 20.04.
What am I missing?
iDRAC uses RC4 which is now considered insecure.
It is disabled in:
Remove RC4 from:
And then it works.