cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: connect failed

From: Ralph Mitchell <rmitchell_at_eds.com>
Date: Thu, 10 Apr 2003 03:22:36 -0500

Jill Tovey wrote:

> [ snip ]
>
> <VirtualHost "https://localhost/snortcenter/sensor.php:443">
> SSLEnable
> SSLCertificateFile /usr/lib/ssl/certs/httpsd.pem
> SSLCertificateKeyFile /usr/lib/ssl/certs/private/httpsd.pem
> SSLVerifyClient 0
> SSLVerifyDepth 10
> SSLRequiredCiphers
> NULL-MD5:RC4-MD5:EXP-RC4-MD5:RC2-CBC-MD5:IDEA-CBC-MD5:DES-CBC-MD5:DES-CBC-SHA:DES-CBC3-MD5:DES-CBC3-SHA:DES-CFB-M1
> SSLRequireCipher NULL-MD5 RC4-MD5 EXP-RC4-MD5 RC2-CBC-MD5 IDEA-CBC-MD5
> DES-CBC-MD5 DES-CBC-SHA DES-CBC3-MD5 DES-CBC3-SHA DES-CFB-M1
> SSLBanCipher NULL
> </VirtualHost>
>
> on typing "httpd reload"
> it tells me there is a syntax error and the port must be numeric
> 443 - it is numeric isn't it ?!

Without actually knowing very much about setting up certificates, I'd say that it's bitching about having the :443
after the whole url. You might try it again as:

    <VirtualHost "https://localhost:443/snortcenter/sensor.php">

or leave out the :443 completely - I believe that part is supposed to be taken care of by putting "https:" at the
front of the url.

Ralph Mitchell

-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
Received on 2003-04-10