|
Home > Archive > WebSphere Portal Server > October 2004 > SSL V3 and Websphere Portal Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SSL V3 and Websphere Portal Server
|
|
| Vincent Perrin 2004-09-22, 9:14 pm |
| Hi,
I have installed WebSphere Portal V5 and I would like to use SSL to
authenticate users who connect to WPS.
Do you know how do that ?
P.S : I know that TAM provide a TAI whi allow to intercept a x509
certificat, but this solution is very expensive.
Thanks in advance
| |
| Jerome Curlier 2004-10-07, 2:57 am |
| You need to configure HTTP Server for SSL (see Infocentre)... and if you
want only the login to be SSL protected, make the following changes:
Login.jsp <wps:urlcommand="LoginUser"
ssl="true"/>
and keep:
ConfigService.properties redirect.login.ssl = false
web.xml
<security-constraint id="SecurityConstraint_1">
<transport-guarantee>NONE</transport-guarantee>
</security-constraint>
Jerome
www.AscendantTechnology.com
"Vincent Perrin" <vperrin@bestware.fr> wrote in message
news:cii06k$717q$1@news.boulder.ibm.com...
> Hi,
>
> I have installed WebSphere Portal V5 and I would like to use SSL to
> authenticate users who connect to WPS.
>
> Do you know how do that ?
>
> P.S : I know that TAM provide a TAI whi allow to intercept a x509
> certificat, but this solution is very expensive.
>
> Thanks in advance
|
|
|
|
|