RE: Please help. Apache openssl problems.

2001-10-17 Thread Scott Statland
Title: Message



Ok, I admit 
it.
 
It was s stupid 
newbie mistake. 
I had thought that 
having the CERT in the global options for the server would 
suffice.
openssl & modssl 
were down earlier so the documentation that I had was sparse at 
best.
But in any case I 
got it. 
 
Thanks for all the 
help.
 
Scott


Please help. Apache openssl problems.

2001-10-17 Thread Scott Statland
Title: Message



No matter what I do, 
I can't seem to connect via https.
I keep getting the 
error:
[Wed Oct 17 07:02:10 
2001] [error] [client 66.65.3.10] Invalid method in requestt ˆˆFrom what 
I have read, this means that I am trying to talk https on a port that only 
speaks http.
 
I have tried 
everything that I can think of.
 
I have commented out 
the virtual servers.
That did 
nothing.
I put them back in, 
then I read something about putting an sslengine on directive in the virtual 
hosts, so I did that. 
Same 
thing.
This is apache 
1.3.22 on a sparc/Solaris 7 box.
Here's what's in the 
conf.
 
Main 
section:
# Support for Random 
Seed Generation#SSLRandomSeed startup builtinSSLRandomSeed connect 
builtin
 
## Port: The 
port to which the standalone server listens. For# ports < 1023, you will 
need httpd to be run as root initially.#Port 80
 
  SSL 
Support  When we also provide SSL we have to listen to the 
##  standard HTTP port (see above) and to the HTTPS 
port##Listen 80Listen 
443#
 
    ScriptAlias /cgi-bin/ 
"/export/apache/877baskets/cgi-bin/"    
        AllowOverride 
All    Options None    Order 
allow,deny    Allow from all    
        ServerAdmin [EMAIL PROTECTED]    
DocumentRoot /export/apache/877baskets    ServerName www.877baskets.com    
ErrorLog logs/877baskets.com-error_log    CustomLog 
logs/87baskets.com-access_log common    TransferLog 
logs/877baskets.com-access_log 
 
    ScriptAlias /cgi-bin/ 
"/export/apache/877baskets/cgi-bin/"    
        AllowOverride 
All    Options None    Order 
allow,deny    Allow from all    
        ServerAdmin [EMAIL PROTECTED]    
DocumentRoot /export/apache/877baskets    ServerName www.877baskets.com    
ErrorLog logs/877baskets.com-error_log    CustomLog 
logs/87baskets.com-access_log common    TransferLog 
logs/877baskets.com-access_log     SSLEngine 
On
Any 
ideas?
 
Thanks in 
advance
 
Scott