From owner-freebsd-net@FreeBSD.ORG Tue Dec 25 06:51:56 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F1C39B8 for ; Tue, 25 Dec 2012 06:51:56 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id DD1A48FC0A for ; Tue, 25 Dec 2012 06:51:55 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id qBP6pmDe039560 for ; Mon, 24 Dec 2012 22:51:49 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50D94D04.90302@rawbw.com> Date: Mon, 24 Dec 2012 22:51:48 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Why chrome and firefox can't connect to almost any SOCKS4 proxy? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 06:51:56 -0000 I tried many SOCKS4 proxies from http://sockslist.net/proxy/server-socks-hide-ip-address and mostly I am getting this error: Error 120 (net::ERR_SOCKS_CONNECTION_FAILED): Unknown error. Only one of them succeeded. SOCKS5 however works ok. On firefox I am getting similar symptoms, it can't connect to most SOCKS4 proxies and can connect to SOCKS5. What might be a problem? I was thinking that maybe some system or port library has some issue related to SOCKS4? Maybe libssl.so ? 9.1 STABLE Yuri