Version: mod_ssl 2.3.9-1.3.6
OS: Solaris 2.7 /Sparc
when I try to connect with my fortified (www.fortify.net)
netscape communicator 4.51-3.i386 (redhat 5.2 installation)
to my server (apache 1.3.6 on Solaris 2.7/sparc Ultra), I get:
"no commn encryption" on my netscape and
"OpenSSL: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:
no shared cipher"
in the ssl_engine_log on the server-side.
When I use the Browser on the Fortify-Test-Site
everything works fine
and when I test the apache with mod_ssl by using
openssl s_client -host localhost -port 443 it works
but the two together cant find a way?!
here an extract of my httpd.conf(this is where I suspect
a possibility to get it going):
#global settings
ServerName webmail.localdom
ServerRoot "/opt/apache"
DocumentRoot "/opt/apache/htdocs"
ScriptAlias /cgi-bin/ "/opt/apache/cgi-bin/"
#non-global
<VirtualHost _default_:443>
DocumentRoot /opt/apache/ht-secure
ServerName webmail.localdom
ScriptAlias /cgi-secure/ "/opt/apache/cgi-secure/"
SSLEngine on
SSLCipherSuite
ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
</VirtualHost>
On the Port:80-host I have one document that says:"this
links goes to secure stuff, if it doesnt work, enhance your browser"
and the link looks like:
<A HREF="https://webmail.localdom:443">Webmail</A>
whenever I try to folow the link the above described
happens.
Please give me any hints you have, thank you in advance,
[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]