💾 Archived View for bbs.geminispace.org › s › Gemini › 14554 › group captured on 2024-02-05 at 10:51:56. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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 · 1 like · Feb 01 · 4 days 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.