-- Leo's gemini proxy

-- Connecting to gemini.bunburya.eu:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Comment by s1nical on 01/05/2023 at 09:40 UTC

6 upvotes, 1 direct replies (showing 1)

View submission: Wget / curl for gemini?


You could just use OpenSSL by invoking `s_client` from the command-line:


openssl s_client -ign_eof -quiet -connect localhost:1965 <<< \
>	"gemini://localhost:1965"


Replies


Comment by biochronox at 01/05/2023 at 09:53 UTC

6 upvotes, 0 direct replies


Oh nice, this works. I found another way as well:


echo "/index.gmi" | gnutls-cli --tofu -p 1965 hostname

-- Response ended

-- Page fetched on Fri May 17 08:59:51 2024