users@glassfish.java.net

Re: New SSL cert installing on new clean GF server help

From: <glassfish_at_javadesktop.org>
Date: Thu, 24 Sep 2009 00:19:52 PDT

The SSL cert nickname has to be mentioned under the SSL element, the default is s1as. Did you change that to wfgfcert :

look for the ssl element in domain.xml (as a child of the http-listener corresponding to port 8181)

 <ssl ssl3-enabled="false" cert-nickname="s1as" ...../>


If you think you have already done that then can you do the following and paste the listing here :


keytool -export -file wfgfcert.crt -keystore keystore.jks -storepass <password> -alias wfgfcert

keytool -printcert -file wfgfcert.crt
[Message sent by forum member 'kumarjayanti' (vbkumar.jayanti_at_sun.com)]

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