all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: emacs-devel@gnu.org
Subject: Surfing https protocol enabled website from within emacs through socks5 proxy.
Date: Mon, 23 Nov 2020 20:09:33 +0800	[thread overview]
Message-ID: <CAGP6POKAYmPxFaHjaBnQHTPhbMSWKHcZ_v7To5v_JaUJS6MWbQ@mail.gmail.com> (raw)

Hi,

On Ubuntu 20.04, I compiled the latest git master version of emacs.
Now I want to use the eww to browse https protocol enabled website
from within emacs through socks5 proxy.

I add the following settings in my ~/.emcas config file:

(setq url-gateway-method 'socks)
(setq socks-server '("Default server" "127.0.0.1" 18888 5))

But, it seems that the above settings only enabled me to access the
http protocol based website. For https enabled website, say,
https://www.google.com, eww failed to open it at all. The following
info will reside in the bottom buffer for ever:

Contacting host: www.google.com:443

Any hints for this problem will be highly appreciated.
Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Polytechnic Vocational and Technical University
NO. 552 North Gangtie Road, Xingtai, China



             reply	other threads:[~2020-11-23 12:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23 12:09 Hongyi Zhao [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-22 15:39 Surfing https protocol enabled website from within emacs through socks5 proxy Hongyi Zhao

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=CAGP6POKAYmPxFaHjaBnQHTPhbMSWKHcZ_v7To5v_JaUJS6MWbQ@mail.gmail.com \
    --to=hongyi.zhao@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.