Discussion:
Windows and https
Riku Virtanen
2014-04-07 17:29:57 UTC
Permalink
Hi,

Does someone know how I can reach https-links with my Windows lynx?
Version is 2.8.8.rel1.
I tried yahoo.com, and Lynx complained about https urls support missing.

Riku
Stefan Caunter
2014-04-07 17:44:28 UTC
Permalink
Post by Riku Virtanen
Hi,
Does someone know how I can reach https-links with my Windows lynx?
Version is 2.8.8.rel1.
I tried yahoo.com, and Lynx complained about https urls support missing.
Riku
Most distros roll in ssl, but if you compiled your own, you need to add

--with-ssl

http://lynx.isc.org/current/breakout/docs/README.sslcerts has probably
a bit too much detail, but provides background.


S
Riku Virtanen
2014-04-07 17:49:14 UTC
Permalink
I installed exe from invisible islanders.
I has such a clue that I need some additional applications installed, but
what are these?

Riku

Riku Virtanen
Turun yliopisto / University of Turku
GSM: +358 500 234 161
Post by Riku Virtanen
Hi,
Does someone know how I can reach https-links with my Windows lynx?
Version is 2.8.8.rel1.
I tried yahoo.com, and Lynx complained about https urls support missing.
Riku
Most distros roll in ssl, but if you compiled your own, you need to add

--with-ssl

http://lynx.isc.org/current/breakout/docs/README.sslcerts has probably
a bit too much detail, but provides background.


S
Stefan Caunter
2014-04-07 18:19:28 UTC
Permalink
Ah my bad, I'll read the subject line next time...

You need these DLLs


libeay32.dll
ssleay32.dll

which you can get from openssl "Light" for windows.
Post by Riku Virtanen
I installed exe from invisible islanders.
I has such a clue that I need some additional applications installed, but
what are these?
Riku
Riku Virtanen
Turun yliopisto / University of Turku
GSM: +358 500 234 161
Post by Riku Virtanen
Hi,
Does someone know how I can reach https-links with my Windows lynx?
Version is 2.8.8.rel1.
I tried yahoo.com, and Lynx complained about https urls support missing.
Riku
Most distros roll in ssl, but if you compiled your own, you need to add
--with-ssl
http://lynx.isc.org/current/breakout/docs/README.sslcerts has probably
a bit too much detail, but provides background.
S
Gisle Vanem
2014-04-07 18:12:50 UTC
Permalink
Post by Riku Virtanen
Does someone know how I can reach https-links with my Windows lynx?
Version is 2.8.8.rel1.
I've Googled for a Windows-built one with OpenSSL, but failed to
find any good / recent ones. Looks like you need to build one yourself
using 'nmake OPT_SSL=1 SSL_DIR=<your-OpenSSL-root> -f makefile.msc' .

But it depends on your skills. Good luck.

--gv
Thomas Dickey
2014-04-08 00:27:29 UTC
Permalink
Post by Gisle Vanem
Post by Riku Virtanen
Does someone know how I can reach https-links with my Windows lynx?
Version is 2.8.8.rel1.
I've Googled for a Windows-built one with OpenSSL, but failed to
find any good / recent ones. Looks like you need to build one
yourself using 'nmake OPT_SSL=1 SSL_DIR=<your-OpenSSL-root> -f
makefile.msc' .
But it depends on your skills. Good luck.
I build an executable which lacks only the actual ssl libraries -
which can be gotten in another location - see my webpage

http://invisible-island.net/lynx/
--
Thomas E. Dickey <***@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net
Loading...