[SOLVED] Xterm.js - Connection failed (Error 400: )

Rogier

Member
Sep 6, 2019
3
2
6
45
I have a issue with Shell in Proxmox Backup Server. When I start the console I get the error: Connection failed (Error 400: )

Before this Shell error I had another error: hostname 'pbs' does not resolve to any "non-loopback" address.
Therefor I had to change hosts in /etc/hosts

How I fix this Shell - Connection failed (Error 400: ) error?


aRrZoY.png
 
Last edited:
  • Like
Reactions: onlynow
Ehh... fixed! Sorry! My bad... :oops:

Typo in hosts 27 should be 127:
Code:
27.0.0.1 localhost.localdomain localhost
Code:
127.0.0.1 localhost.localdomain localhost
 
  • Like
Reactions: onlynow