cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problem with https

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 17 Dec 2001 16:24:05 +0100 (MET)

On Mon, 17 Dec 2001, Koert van der Veer (stage) wrote:

> the command
> curl --interface https -v sourceforge.net
> returns the output
> * Closing connection #0
> curl: (45)
>
> Instead of displaying the homepage of sourceforge. I don't see what i am
> doing wrong. When i use a webbrowser it just displays the page (trough SSL)
>
> Any help would be appreciated

What happens if you instead use:

$ curl -v https://sourceforge.net

I doubt that you have a network interface named 'https', as that is what you
select with the --interface option.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-12-17