cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: connect failed

From: Jill Tovey <jill.tovey_at_bigbluedoor.com>
Date: 10 Apr 2003 09:42:30 +0100

On Thu, 2003-04-10 at 09:22, Ralph Mitchell wrote:
> Jill 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
>
>

Hi Ralph,
yes the problem was that it looked for the port after the first ":"
I fixed this by leaving it out and just having
"localhost:443"

(however, I must say, I am still getting a certificate error for other
reasons I am not quite sure of!)

>
> -------------------------------------------------------
> 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

-------------------------------------------------------
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