cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: SSL CURL WINDOWS

From: <Joern.Hartroth_at_comma-soft.com>
Date: Mon, 5 Mar 2001 17:36:28 +0100

Hm, taking some wild guesses here :) I'd say that your Apache server is not
calling the correct version of curl (i.e. a non-ssl version). The packages
you listed below appear fine to me.
You should make certain that there really is no other curl.exe or
libcurl.dll lurking in some other path on your machine. I don't know if
Apache hast an executable path of its own, so it may not be sufficient to
check the system %PATH variable. What I'd do is to copy some other
executable (e.g. notepad.exe) into your curl directory and rename it to
curl.exe. This way you'll see very quickly if Apache actually calls the
curl.exe you intended.
Also, I recall dimly that the Apache php module offers two ways of accessing
curl: directly via libcurl.dll and indirectly via curl.exe. You might want
to check if your configuration options for Apache are set correctly.

Regards,
    Jörn

> -----Original Message-----
> From: Amaury JOB [mailto:a.job_at_ldlc.fr]
> Sent: Monday, March 05, 2001 4:47 PM
> To: curl-library_at_lists.sourceforge.net
> Subject: RE: SSL CURL WINDOWS
>
>
> OK.
> Take the beginning...
> I have got an Apache Server under Windows 2000.
> Like I already said in previous mail, I want to connect me
> via php on a
> https:// server, with Curl functions.
>
> I download curl-7.6.1-win32-ssl.zip and openssl-0.9.6-win32-bin.zip.
> I'd unzipped curl in a "CURL" directory of Apache server, and
> Openssl in a
> "OPENSSL" directory of Apache Server.
> In CURL directory, I have got:
> -Docs directory
> -CHANGES
> -Curl.exe
> -LEGAL
> -MPL-1.1.txt
> -README
> In OPENSSL directory, I have got:
> -CHANGES
> -FAQ
> -libeay32.dll
> -libssl32.dll
> -LICENCE
> -NEWS
> -Openssl.exe
> -README
> -README.1ST
>
> My Apache Server is started with mod_ssl/2.4.9 and OpenSSL/0.9.4
>
> Can U explain me exactly what I have to do to can connect me
> on https://
> server now?
> At the moment, I get the error:
> SSL is disabled, https: not supported!
>
> I had tried to explain to you exactly my problem. I hope you
> anderstand
> me...
>
> Thanks...
>
> Amaury
>
> -----Message d'origine-----
> De : curl-library-admin_at_lists.sourceforge.net
> [mailto:curl-library-admin_at_lists.sourceforge.net] De la part
> deJoern.Hartroth_at_comma-soft.com
> Envoyé : lundi 5 mars 2001 12:53
> À : curl-library_at_lists.sourceforge.net
> Objet : RE: SSL CURL WINDOWS
>
> Ok, good to have this cleared up.
>
> All I can say to this is that the libcurl.dll contained in
> the win32-devel
> archive has been compiled with ssl support and works for me with a
> dynamically linked curl executable (not publicly released).
> I'll contact Amaury directly to take some traffic off the
> mailing list.
>
> Jörn
>
> > -----Original Message-----
> > From: Daniel Stenberg [mailto:daniel_at_haxx.se]
> > Sent: Monday, March 05, 2001 12:04 PM
> > To: libcurl Mailing list
> > Subject: RE: SSL CURL WINDOWS
> >
> >
> > On Mon, 5 Mar 2001 Joern.Hartroth_at_comma-soft.com wrote:
> >
> > > Allright, let me try to understand this: You take curl.exe,
> > libeay32.dll,
> > > and libssl32.dll from the archives at the curl site, put
> > all of them into
> > > one directory which lies on the executable %PATH, and when calling
> > > curl.exe on an https:// URL, you get the error below?
> >
> > I fear that is not the case. He is probably using apache and
> > PHP on a windows
> > box, and then his PHP program uses the curl module and *that*
> > is accessing a
> > https:// site and isn't working...
> >
> > The apache+php then needs a libcurl that works with it (as a
> > DLL or whatever)
> > and that is built to support SSL. Apache also needs to find
> > all those DLLs
> > when supposed to.
> >
> > --
> > Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
> >
> >
> > _______________________________________________
> > Curl-library mailing list
> > Curl-library_at_lists.sourceforge.net
> > http://lists.sourceforge.net/lists/listinfo/curl-library
> >
>
> _______________________________________________
> Curl-library mailing list
> Curl-library_at_lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/curl-library
>
>
>
> _______________________________________________
> Curl-library mailing list
> Curl-library_at_lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/curl-library
>

_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-03-05