Hello~

    I have a OpenStack platform( Rocky )  on CentOS7.6, and I installed Ironic components on it. I can manage bare metal node with Ironic and I plan to use shellinabox to manage the bare metal node remotely.
    I had config conductor ironic.conf:
        [DEFAULT]
        ...
        enabled_console_interfaces = ipmitool-shellinabox,no-console
    I had config shellinabox:
        USER=shellinabox
        GROUP=shellinabox
        CERTDIR=/var/lib/shellinabox
        PORT=4200
        OPTS="--disable-ssl-menu -s /:LOGIN"
    My 'openstack baremetal node console show BM01':
    console_enabled: True and console_info.url: http://192.168.3.84:8023
image.png
     Now, I can access https://192.168.3.84:4200 is OK, and I can log in and manage it.
     But, when I access http://192.168.3.84:8023:
image.png
can not type anything into it.

Look forward to hearing from you!

                                                                                                              Ankele