hi,
 
am having a problem with Netscape (4.72).  When I attempt to access the secured page i get an error that Netscape and the server have no encryption 
algoritms in common.  it is working with MSIE.
 
here is the config on the <VirtualHost _default_:443> 
 
 SSLEngine on
  SSLCipherSuite ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
   SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
   SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
   SSLProtocol all
 
   <Files ~ "\.(cgi|shtml|phtml|php3?)$">
      SSLOptions +StdEnvVars
   </Files>
 
   <Directory "/home/www/cgi">
      SSLOptions +StdEnvVars
   </Directory>
 
   SetEnvIf User-Agent ".*MSIE.*" \
            nokeepalive ssl-unclean-shutdown \
            downgrade-1.0 force-response-1.0
 
I attempted to remove the SSLCipherSuite line so it would use the default but then neither bowser works
 
what causes this error in netscape
 
thank
chris
 
 

Reply via email to