💾 Archived View for bbs.geminispace.org › s › Gemini › 14554 › group captured on 2024-05-10 at 14:28:55. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
One-line ncat Gemini server ncat --ssl -l -k -p 1965 -c "/usr/bin/echo -e \"20 text/gemini\r\nhi\r\n\"" [`] Then go to [gemini link] to view. It should display "hi". If you would like to create a certificate for your server instead of having it generate a new one every time (and thus get security warnings every time) you can do the following: 1) Create a certificate in Lagrange called localhost (or whatever the name of your server is.) 2) Click on it and choose "Show in File Manager". 3)...
💬 1 comment · 3 likes · Feb 01 · 3 months ago
Gemini using ncat: ncat --ssl --crlf example.com 1965 then when connected, type: [gemini link] and press enter Easier than using openssl. The Windows version of ncat has some problems though.