Send Lynx-dev mailing list submissions to
address@hidden
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.nongnu.org/mailman/listinfo/lynx-dev
or, via email, send a message with subject or body 'help' to
address@hidden
You can reach the person managing the list at
address@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Lynx-dev digest..."
Today's Topics:
1. ssl - compile - https (zoho)
2. ssl - compile - https (zoho)
3. ssl - compile - https (zoho)
4. Re: ssl - compile - https (Thomas Dickey)
----------------------------------------------------------------------
Message: 1
Date: Wed, 6 Jul 2016 15:13:29 -0500
From: zoho <address@hidden>
To: address@hidden
Subject: [Lynx-dev] ssl - compile - https
Message-ID: <address@hidden>
Content-Type: text/plain; charset=utf-8; format=flowed
cannot get compiled lynx to work with https.
./configure --with-ssl
make
sudo make install
seems to go well. no error messages.
lynx installs at /usr/local/bin/lynx
yet, starting /usr/local/bin/lynx, then attempting to access https site
fails with message: this client does not contain support for HTTPS URLs
i am running ubuntu 16.04.
"sudo apt-get install lynx"
works smoothly, installs at /usr/bin/lynx and permits access to HTTPS.
any suggestions?
thanks in advance for help.
iohann
------------------------------
Message: 2
Date: Wed, 6 Jul 2016 15:25:08 -0500
From: zoho <address@hidden>
To: address@hidden
Subject: [Lynx-dev] ssl - compile - https
Message-ID: <address@hidden>
Content-Type: text/plain; charset=utf-8; format=flowed
should have mentioned:
$/usr/local/bin/lynx --version
reports:
Lynx Version 2.8.9dev.9 (10 Apr 2016)
libwww-FM 2.14, ncurses 6.0.20160213
Built on linux-gnu (Jul 6 2016 15:05:21).
lynx in ubuntu package: $/usr/bin/lynx --version
reports:
Lynx Version 2.8.9dev.8 (21 Dec 2015)
libwww-FM 2.14, SSL-MM 1.4.1, GNUTLS 3.4.9, ncurses 6.0.20160213(wide)
Built on linux-gnu.
thanks,
iohann
------------------------------
Message: 3
Date: Wed, 6 Jul 2016 15:40:43 -0500
From: zoho <address@hidden>
To: address@hidden
Subject: [Lynx-dev] ssl - compile - https
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
and compile reports (in part):
checking if you want ssl library... yes
...
checking if you want gnutls-openssl compat... no
...
checking if you want to use pkg-config... yes
checking for pkg-config... /usr/bin//pkg-config
checking pkg-config for openssl... no
checking pkg-config for libssl... no
-------- Forwarded Message --------
Subject: ssl - compile - https
Date: Wed, 6 Jul 2016 15:13:29 -0500
From: zoho <address@hidden>
To: address@hidden
cannot get compiled lynx to work with https.
./configure --with-ssl
make
sudo make install
seems to go well. no error messages.
lynx installs at /usr/local/bin/lynx
yet, starting /usr/local/bin/lynx, then attempting to access https site
fails with message: this client does not contain support for HTTPS URLs
i am running ubuntu 16.04.
"sudo apt-get install lynx"
works smoothly, installs at /usr/bin/lynx and permits access to HTTPS.
any suggestions?
thanks in advance for help.
iohann
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.nongnu.org/archive/html/lynx-dev/attachments/20160706/9ffba6af/attachment.html>
------------------------------
Message: 4
Date: Wed, 6 Jul 2016 21:10:27 -0400
From: Thomas Dickey <address@hidden>
To: zoho <address@hidden>
Cc: address@hidden
Subject: Re: [Lynx-dev] ssl - compile - https
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"
On Wed, Jul 06, 2016 at 03:13:29PM -0500, zoho wrote:
cannot get compiled lynx to work with https.
./configure --with-ssl
make
sudo make install
seems to go well. no error messages.
lynx installs at /usr/local/bin/lynx
yet, starting /usr/local/bin/lynx, then attempting to access https
site fails with message: this client does not contain support for
HTTPS URLs
i am running ubuntu 16.04.
hmm - I just installed 16.04 today to look at a different issue.
I'll check/see if I can reproduce this.