Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When using teleport to access services at ECMWF like our Atos HPCF and ECGATE services, some users will get a "Connection Successful" screen in the browser, but experience an error similar to this one in the terminal: 

Code Block
languagebash
titletsh login error
$ tsh login --proxy=jump.ecmwf.int
If browser window does not open automatically, open it by clicking on the link:
 http://127.0.0.1:37923/a56e4a1e-9917-408f-89cf-3a0c3bf87296
ERROR: connection error: desc = "transport: Error while dialing: failed to dial: unable to establish proxy stream\n\trpc error: code = Unavailable desc = connection error: desc = \"transport: authentication handshake failed: tls: first record does not look like a TLS handshake\""

This In most cases, this error is most likely related to caused by using a version of the tsh client that's higher than 13. Currently you must use a version of "tsh" equal to or lower than 13. We are working on removing this limitation in the very near future. 

...