At 9:17 AM +0200 9/13/01, you wrote:
>Bob Davis wrote:
>>
>> Hi folks -
>>
>> I'm trying to set up dev machine with Apache and mod_ssl.
>> Using openssl s_client -connect 127.0.0.1:443 I can get to the
>> machine, and establish a secure connection. However, when I issue the
>> get / http/1.1 command, I get an error page - 501, method not
>> implemented.
>>
>
>This might sound silly, but did you try using capital letters?
>
>HTTP protocol is case-sensitive...
Not silly. Not at all. In fact, it's a mistake a lot of Mac users
make since it's generally not a case sensitive OS - not me though.
I'm pretty comfy in *nix - but only as a user.
The files are lower case.
I think the problem might be that when I try to start Apache using
apachectl startssl, it doesn't work. I get this:
[localhost:~] bob% apachectl startssl
usage: /usr/sbin/apachectl
(start|stop|restart|fullstatus|status|graceful|configtest|help)
start - start httpd
stop - stop httpd
restart - restart httpd if running by sending a SIGHUP or start if
not running
fullstatus - dump a full status screen; requires lynx and mod_status enabled
status - dump a short status screen; requires lynx and mod_status enabled
graceful - do a graceful restart by sending a SIGUSR1 or start if not running
configtest - do a configuration syntax test
help - this screen
startssl doesn't seem to be an option.
Presumably, there's some patching of apachectl that happens when you
compile mod_ssl that adds that function.
Does anyone know of a patch that I could add to apachectl or have
another startup command that I could use to start with SSL working?
Using apachectl start, I do get the prompt for the certificate
password (or did - I am using a decrypted cert now), and I would have
thought that SSL was enabled, especially since I could connect using
openssl s_client -connect 127.0.0.1:443
I'm at a loss.
Thanks.
bob
--
bob davis
[EMAIL PROTECTED]
http://www.bobdavis.org/
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]