Description of problem: While launching the web console of registered client host via Satellite WebUI, blank page opens up and web console dashboard page of the host does not open. Version-Release number of selected component (if applicable): Satellite 6.14 How reproducible: Always Steps to Reproduce: 1. Build a RHEL-9 machine and register it with Satellite. 2. Run below command on the registered RHEL-9 client host. # yum install cockpit # systemctl enable --now cockpit.socket # firewall-cmd --add-service=cockpit --permanent # firewall-cmd --reload 3. Run below command on Satellite machine. # satellite-installer --enable-foreman-plugin-remote-execution-cockpit 4. Navigate to Satellite WebUI -> Hosts -> All Hosts -> Click on the name of registered client host -> Click on 3 dots at top right corner -> Click on "Web Console". Actual results: A new completely blank web page gets opened. Expected results: Red Hat web console dashboard of the host should get opened instead of blank page. Additional info: The Red Hat web console dashboard of the host can be opened successfully manually using URL: "https://client.example.com:9090"
There seems to be something wrong with your external capsule. If I turn it off (and thus force the connection to go through internal capsule), it works just fine.
Created redmine issue https://projects.theforeman.org/issues/36619 from this bug
Verified on Satellite 6.14 snap 10, the web console is now displayed correctly for a rhel 9 host