cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: libcurl was built with SSL disabled, https: not supported!

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 10 May 2002 10:14:14 +0200 (MET DST)

On Fri, 10 May 2002, Jonathan McKenzie wrote:

> What does the following mean:
> libcurl was built with SSL disabled, https: not supported!

It means that libcurl was built with SSL disabled. When SSL is disabled,
https:// URLs don't work.

> Is SSL not working, or is it curl?

Your version of curl was built without SSL, so it can't talk any SSL. curl
works fine even without SSL support.

To fix this, re-build curl with SSL support. Make sure you have OpenSSL
installed first.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth_at_sourceforge.net
Received on 2002-05-10