From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: bvraghav@iitk.ac.in (B.V. Raghav) Newsgroups: gmane.emacs.help Subject: Re: w3m SSL handling error Date: Tue, 18 Oct 2016 11:51:39 +0530 Organization: Indian Institute of Technology, Kanpur Message-ID: <874m4axjm4.fsf@ram.bvr.dp.lan> References: <87insr1kfy.fsf@ram.bvr.dp.lan> <20161017030047852203188@bob.proulx.com> <87lgxnjgua.fsf@ram.bvr.dp.lan> <20161017125340282252917@bob.proulx.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1476771770 16217 195.159.176.226 (18 Oct 2016 06:22:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2016 06:22:50 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 18 08:22:45 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwNmt-0007tt-1k for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2016 08:22:11 +0200 Original-Received: from localhost ([::1]:39148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwNmv-0000AO-8E for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2016 02:22:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwNmU-0000A7-Pu for help-gnu-emacs@gnu.org; Tue, 18 Oct 2016 02:21:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwNmR-0005Ai-L0 for help-gnu-emacs@gnu.org; Tue, 18 Oct 2016 02:21:46 -0400 Original-Received: from mail2.iitk.ac.in ([202.3.77.186]:43616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwNmR-00059a-1K for help-gnu-emacs@gnu.org; Tue, 18 Oct 2016 02:21:43 -0400 Original-Received: from smtp.cc.iitk.ac.in (smtp.cc.iitk.ac.in [172.31.1.22]) by mail2.iitk.ac.in (Postfix) with ESMTP id 61D8910001AC for ; Tue, 18 Oct 2016 11:51:39 +0530 (IST) Original-Received: from ram.bvr.dp.lan.iitk.ac.in (unknown [172.20.240.122]) (Authenticated sender: bvraghav) by smtp.cc.iitk.ac.in (Postfix) with ESMTPA id 5CCF04F for ; Tue, 18 Oct 2016 11:51:39 +0530 (IST) In-Reply-To: <20161017125340282252917@bob.proulx.com> (Bob Proulx's message of "Mon, 17 Oct 2016 13:08:03 -0600") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 202.3.77.186 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111558 Archived-At: Bob Proulx writes: > [snip] > I think your system may be in an unhappy state. This is probably a > topic for debian-user but... Unless someone complains let's just keep > going here. > > You later say you are running behind a network wide proxy which I > think is likely the problem. But first let's start with your system > anyway. I tend to inspect these things from several different > viewpoints all at once and then something wrong appears that can be > fixed. Please inspect with (on my Debian Sid system for example). > Following are a few commands and example output shown from my system. > Then later down I will ask about the network proxy. > > [snip] > > In the above I see that w3m is linking against libssl.so.1.0.2 =3D> > /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 which is in the libssl1.0.2 > package. > > [snip] > > That is from Debian Sid today and fully updated. I am hoing that your > system will show different version numbers. I am in the US and using > the US mirror but I expect your mirror will be different which is > okay. The versions of the packages should be the same however. The results are matching! $ apt-cache policy w3m w3m: Installed: 0.5.3-29 Candidate: 0.5.3-29 Version table: *** 0.5.3-29 500 500 http://mirror.cse.iitk.ac.in/debian stretch/main amd64 Packages 100 /var/lib/dpkg/status except the w3m version 0.5.3-29 in my case vs 0.5.3-31 in your case. My mirror does not have it updated as yet, I checked. But I think that's okay. $ apt-cache policy libssl1.0.2 libssl1.0.2: Installed: 1.0.2h-1 Candidate: 1.0.2j-1 Version table: 1.0.2j-1 500 500 http://mirror.cse.iitk.ac.in/debian stretch/main amd64 Packages *** 1.0.2h-1 100 100 /var/lib/dpkg/status $ dpkg -S /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 libssl1.0.2:amd64: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 $ ldd -d -r /usr/bin/w3m linux-vdso.so.1 (0x00007fff49974000) libm.so.6 =3D> /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe639383000) libgc.so.1 =3D> /usr/lib/x86_64-linux-gnu/libgc.so.1 (0x00007fe639113000) libssl.so.1.0.2 =3D> /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 (0x00007fe6= 38ea9000) libcrypto.so.1.0.2 =3D> /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 (0x00= 007fe638a46000) libgpm.so.2 =3D> /usr/lib/x86_64-linux-gnu/libgpm.so.2 (0x00007fe638840000) libtinfo.so.5 =3D> /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007fe638615000) libc.so.6 =3D> /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe638274000) /lib64/ld-linux-x86-64.so.2 (0x0000563c1eb9f000) libpthread.so.0 =3D> /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe63805= 7000) libdl.so.2 =3D> /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe637e52000) > Can you bypass your proxy and connect directly in order to test your > software configuration? Yes. I did that: $ http_proxy=3D w3m https://www.emacswiki.org/ But result is the same SSL error: error:0906D06C:PEM routines:PEM_read_bio:no start line Thanks for your support r --=20 Raghav =E0=A4=AF=E0=A4=B8=E0=A5=8D=E0=A4=AF =E0=A4=B8=E0=A5=8D=E0=A4=AE=E0=A4=B0= =E0=A4=A3 =E0=A4=AE=E0=A4=BE=E0=A4=A4=E0=A5=8D=E0=A4=B0=E0=A5=87=E0=A4=A8 = =E0=A4=9C=E0=A4=A8=E0=A5=8D=E0=A4=AE =E0=A4=B8=E0=A4=82=E0=A4=B8=E0=A4=BE= =E0=A4=B0 =E0=A4=AC=E0=A4=A8=E0=A5=8D=E0=A4=A7=E0=A4=A8=E0=A4=BE=E0=A4=A4= =E0=A5=8D =E0=A4=B5=E0=A4=BF=E0=A4=AE=E0=A5=81=E0=A4=9A=E0=A5=8D=E0=A4=AF= =E0=A4=A4=E0=A5=87 =E0=A4=A8=E0=A4=AE=E0=A4=B8=E0=A5=8D=E0=A4=A4=E0=A4=B8= =E0=A5=8D=E0=A4=AE=E0=A5=88 =E0=A4=B5=E0=A4=BF=E0=A4=B7=E0=A5=8D=E0=A4=A3= =E0=A4=B5=E0=A5=87 =E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=AD=E0=A4=B5=E0=A4=BF= =E0=A4=B7=E0=A5=8D=E0=A4=A3=E0=A4=B5=E0=A5=87 Salutations to the one, whose mere thought itself manifests in freedom from bonds of the world of life.