rocket-depot
rocket-depot copied to clipboard
attempt to handle connection errors to unavailable hosts
Example:
$ xfreerdp 10.0.0.50 WARNING: Using deprecated command-line interface! 10.0.0.50 -> /v:10.0.0.50 unable to connect to 10.0.0.50:3389 Error: protocol security negotiation or connection failure
This issue is likely due to the fact that xfreerdp puts error messages for this case on stdout, which we do not check in rocket-depot.
https://github.com/FreeRDP/FreeRDP/issues/2595