Full_Name: E. Larry Lidz
Version: 2.3.11
OS: Solaris 7
Submission from: eridu.uchicago.edu (128.135.99.118)


We have a cgi that is sitting on a webserver using modssl. The web
server is configured to allow the default SSL Cipher Suites except
for the specific CGI, which we want to limit to 128 bit encryption.
We've done this with the following in our httpd.conf<p>
<pre>
<Directory "/opt/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    <Files cgi.pl>      
       SSLCipherSuite HIGH:MEDIUM
    </Files>
</Directory>
</pre>

Whenever someone submits the form in the CGI they get the error
message "The requested method POST is not allowed for the URL 
/cgi.pl".

If we allow all the default Cipher Suites it seems to work just
fine.





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

Reply via email to