💾 Archived View for bbs.geminispace.org › s › Gemini › 14554 captured on 2024-05-10 at 11:38:32. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-03-21)

➡️ Next capture (2024-05-26)

🚧 View Differences

-=-=-=-=-=-=-

Gemini using ncat:

ncat --ssl --crlf example.com 1965

then when connected, type:

gemini://example.com/

and press enter

Easier than using openssl.

The Windows version of ncat has some problems though.

.

Posted in: s/Gemini

🚀 zorg

Feb 01 · 3 months ago · 👍 gritty, drh3xx, lufte, norayr, Half_Elf_Monk

6 Comments ↓

🛰️ lufte · Feb 01 at 14:00:

Nice, useful for debugging.

🚂 MrSVCD · Feb 01 at 14:34:

Here is a little more eleaborate one liner:

echo gemini://bbs.geminispace.org/s/Gemini/14554 | ncat --ssl --crlf bbs.geminispace.org 1965

(As some of you can guess it shows this post.)

🛰️ lufte · Feb 01 at 19:40:

That one throws an "Input/output" error, though.

🚀 zorg [OP] · Feb 03 at 07:17:

WFM

🚂 MrSVCD · Feb 03 at 12:51:

@lufte I think that depends becouse I get a I/O error on the original version and no error now that I tried mine again.

🛰️ lufte · Feb 05 at 16:30:

@MrSVCD I tried it with a different server and it does work. Maybe it's dependent on the content being returned, or the server... can't tell what it is yet