hello all,
 
i'm having some problems setting up HTTP+SSL, namely the error...
---
Method Not Implemented
 
to /index.html not supported
 
Invalid method in request
---
the https server was build following the INSTALL.SSL in the apache source directory.  everything built properly and was testing using   "openssl s_client -connect localhost:443 -state -debug" .  From this output it seemed that the SSL handshaking was fine.  however the "GET / HTTP/1.0" produced only
 
write to 0810AD88 [08114B40] (45 bytes => 45 (0x2D))
0000 - 17 03 01 00 28 04 a0 06-d4 d7 a7 20 24 6a 4c 3f   ....(...... $jL?
0010 - 29 fd c3 74 e5 a5 28 64-1a b9 f1 b6 77 90 f1 60   )..t..(d....w..`
0020 - 17 b6 ee 5c f3 4d ca 3f-13 3f d4 6e 8b            ...\.M.?.?.n.
 
my error logs show [Thu Feb 24 12:27:31 2000] [error] [client 172.16.0.15] Invalid method in request... in fact every GET i make using https fails with Method Not Implemented.
 
i think this failure is a result of setting up the virtual host improperly in httpd.conf but i'm not sure.  in short.. this is what i added...
 
<VirtualHost _default_:443>
 
#  General setup for the virtual host
DocumentRoot /home/httpd/html/horde
ServerName mail.checkout.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog logs/error_log
TransferLog logs/access_log
 
#   SSL Engine Switch:
#   Enable/Disable SSL for this virtual host.
SSLEngine on
.. etc.. etc..
 
can anyone help out...?  i'm sorta lost as this point.  what other information can i provide that would clarify my problem.
 
john c.
 

Reply via email to