I need a linux command line web client that supports https://

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
death@two ~ % wget https://sourceforge.net
--22:30:28-- https://sourceforge.net/
=> `index.html'
Resolving sourceforge.net... done.
Connecting to sourceforge.net[66.35.250.203]:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

[ <=> ] 30,915 100.30K/s

22:30:29 (100.30 KB/s) - `index.html' saved [30915]

death@two ~ %

If you just meant text-based, not necessarily command-line, then lynx and links both support https.
 

Chaotic42

Lifer
Jun 15, 2001
34,896
2,055
126
Not the lynx that came with my Debian 2.2r1 CDs. I need to use the browser to connect to my cable modem and enable that network card. I can't get past the cable company with out it. Not even to update my version of lynx. lol
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Oh, well you might be stuck then. There's a seperate package for lynx-ssl. You could always just spoof your old mac address.
 

Chaotic42

Lifer
Jun 15, 2001
34,896
2,055
126
Bah, it doesn't work with lynx. It's one of those web pages that lynx just can't handle properly. Stupid Insight.
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
I dont think lynx requires a separate package for SSL.... when I did linuxfromscratch, I just did "./configure --with-ssl" and it worked.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I dont think lynx requires a separate package for SSL.... when I did linuxfromscratch, I just did "./configure --with-ssl" and it worked.

Debian commonly seperated packages with encryption from pacakges without, those that had an option had 2 packages made because of US export restrictions.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: CTho9305
I dont think lynx requires a separate package for SSL.... when I did linuxfromscratch, I just did "./configure --with-ssl" and it worked.

But lfs != debian. Debian generally splits up ssl versions of things in different packages, dev stuff in different packages, etc.
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Originally posted by: BingBongWongFooey
Originally posted by: CTho9305
I dont think lynx requires a separate package for SSL.... when I did linuxfromscratch, I just did "./configure --with-ssl" and it worked.

But lfs != debian. Debian generally splits up ssl versions of things in different packages, dev stuff in different packages, etc.

ah. that sucks ;). even if you apt-get source foo?
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: CTho9305
Originally posted by: BingBongWongFooey
Originally posted by: CTho9305
I dont think lynx requires a separate package for SSL.... when I did linuxfromscratch, I just did "./configure --with-ssl" and it worked.

But lfs != debian. Debian generally splits up ssl versions of things in different packages, dev stuff in different packages, etc.

ah. that sucks ;). even if you apt-get source foo?

Actually I don't know. I would imagine it's just a compile-time option to link with ssl, so you should be able to go in and play with the build options and build an ssl-enabled one. But then you could just apt-get source links-ssl.