users@glassfish.java.net

Re: Glassfish V2 RC4 doesn't work with IE 6 SP2 and SSL

From: <glassfish_at_javadesktop.org>
Date: Mon, 10 Sep 2007 07:23:25 PDT

I tried to remove the entire <ssl> child-element, which did not solve the problem. Then, I reconfigured the SSL settings for http-listener-2 via the admin GUI, which had no effect neither.
(That way I also configured the key alias via the GUI, as you proposed)

The listener configuration now looks just like before:
        
<http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="8181" security-enabled="true" server-name="" xpowered-by="true">
   <ssl cert-nickname="MY_KEY_ALIAS" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
</http-listener>

Thanks,
Clemens
[Message sent by forum member 'clemenso' (clemenso)]

http://forums.java.net/jive/thread.jspa?messageID=234672