Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools HTTP Basics Introduction to HTTP HTTP Requests Using Telnet

Telnet won't connect.

Telnet says that my browser does not send a complete request in time. Any ideas?

Can you explain more? Telnet has been removed from modern versions of macOS.

2 Answers

my attempts at telnet locally on my Windows 10 machine all failed. just goes blank then 30 seconds or so later quits and goes back to prompt.

my attempts using workspaces were all successfull as portrayed in the video.

somehow treehouse workspaces must be "approved" or whitelisted for telnet requests on port 80 by this resource. the casual audience is locked out. this is my guess.

Reinhard Liess
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Reinhard Liess
Full Stack JavaScript Techdegree Graduate 21,034 Points

Here's a way to make telnet work on Windows 10:

  • Install the Windows Subsystem for Linux and then Ubuntu from the Windows store.
  • You can then just use telnet from the bash shell. If you set bash as the default terminal in Visual Studio Code (search settings for terminal windows and switch it from powershell to C:\Windows\System32\bash.exe), you can even use telnet in Visual Studio Code terminal window.
mahmoud elguindi
mahmoud elguindi
2,364 Points

keep getting Connection closed by foreign host. when i use workspace. Also unable to installed telnet on mac. Any workarounds?