From: Christopher Howard <christopher@librehacker.com>
To: Help Gnu Emacs Mailing List <help-gnu-emacs@gnu.org>
Cc: ~michel-slm/elpher@lists.sr.ht, plugd <plugd@thelambdalab.xyz>,
William M. Perry <wmperry@gnu.org>, Dave Love <fx@gnu.org>
Subject: Re: elpher SOCKS5 not working
Date: Thu, 22 Aug 2024 14:38:38 -0800 [thread overview]
Message-ID: <87frqwmbdd.fsf@librehacker.com> (raw)
In-Reply-To: <87le0ozks4.fsf@librehacker.com> (Christopher Howard's message of "Thu, 22 Aug 2024 06:36:59 -0800")
Christopher Howard <christopher@librehacker.com> writes:
> Hi, I want to use elpher as my gemini client, but I also want to route my connections through my TOR SOCKS5 service, and this is not working. E.g., in IceCat I can use FoxyProxy to route my http(s) connections via SOCKS5 to the my local TOR service running on port 9050, and this works fine. Emacs and elpher seems to have the same capability but it is not working.
>
> First, I set these variables through Custom:
>
> ```
> '(elpher-socks-always t)
> '(socks-server '("Default server" "socks" 9050 5))
> ```
>
> But when I navigate to a gemini capsule, I get just this error:
>
> ```
> ---- ERROR -----
>
> When attempting to retrieve gemini://gem.librehacker.com/:
> Error initiating connection to server
>
> ----------------
>
> Press 'u' to return to the previous page.
> ```
>
> I tried also setting this variable, which seemed possibly relevant, but it didn't help:
>
> ```
> '(url-proxy-services '(("gemini" . "127.0.0.1:9050")))
> ```
>
> BTW, the error happens immediately, so I know it isn't a connection timing out.
I am needing to determine if problem is in elpher or in the Emacs socks implementation. Is there any Emacs feature or package known to use SOCKS5 through socks.el? Or some test code?
--
Christopher Howard
next prev parent reply other threads:[~2024-08-22 22:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 14:36 elpher SOCKS5 not working Christopher Howard
2024-08-22 22:38 ` Christopher Howard [this message]
2024-08-23 10:23 ` Joel Reicher
2024-08-23 14:36 ` Christopher Howard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87frqwmbdd.fsf@librehacker.com \
--to=christopher@librehacker.com \
--cc=fx@gnu.org \
--cc=help-gnu-emacs@gnu.org \
--cc=plugd@thelambdalab.xyz \
--cc=wmperry@gnu.org \
--cc=~michel-slm/elpher@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.