dev@glassfish.java.net

Re: Configuring Glassfish for SSL

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 31 Aug 2009 15:28:55 +0200

Glasshfish v2, by default, has HTTPS enabled listener initialized on
port 8181.

Here is domain.xml snapshot:
         <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="s1as" client-auth-enabled="false" ssl2-
enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-
enabled="true"/>
         </http-listener>

There you can see SSL configuration for this listener, declared using
<ssl> element.

Is that what you were looking for?

WBR,
Alexey.

On Aug 31, 2009, at 15:01 , Praveen Kr. Singh wrote:

> Hi,
>
> glassfish-installer-v2-b58g-ml.jar
>
> Regards,
> Praveen
>
> On Mon, Aug 31, 2009 at 1:45 PM, Oleksiy Stashok <Oleksiy.Stashok_at_sun.com
> > wrote:
> Hi,
>
> which version of Glassfish are you using?
>
> WBR,
> Alexey.
>
>
>
> On Aug 31, 2009, at 1:39 , Praveen Kr. Singh wrote:
>
>
>
> Dear All,
>
> I want to use SSL with glassfish. After that I will deploy opensso
> in this Glassfish. I have done it without
> SSL enabled. Can anyone give me some information in this context.
> ie How to install glassfish with SSL.
> Thanks in advance
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>