Folks:

I'm having a problem getting mod_ssl to work in my Apache server running 
Mailman CGI programs.

I'm running RedHat 7.2, with Apache/1.3.22 & mod_ssl 2.8.4.

I have self-signed the certificates and the system seems to work fine when 
using Netscape.

For some reason, however, when I try to access the exact same pages with 
Internet Explorer (5.5), none of the cgi input is accepted ... it's just 
ignored.

The mailman interface uses POST to submit the data to the server.

I'm using the following SSL dirctives...

         SSLEngine on
         SSLCertificateFile /etc/httpd/conf/ssl.crt/lists.crt
         SSLCertificateKeyFile /etc/httpd/conf/ssl.key/lists.key
         CustomLog /var/log/httpd/mailman/ssl_request_log "%t %h 
%{SSL_PROTOCOL}x
  %{SSL_CIPHER}x \"%r\" %b"
         ScriptAlias /cgi-bin/ /home/mailman/cgi-bin/
         SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars 
+StrictRequire

Any suggestions?

Thanks!

david

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to