Hi Baliyan,

We have IBM HTTP Server and IBM WAS 6.1 .
Http server serves some static pages. But major part is redirection
only.
Pages we want to server through SSL are part of the Liveserver project
i.e they are some of the pages in the whole website.

Regards
Chandrakanth

On Feb 17, 11:39 pm, "[email protected]" <[email protected]> wrote:
> Hi ,
>
> What kind of setup you have ?
>
> Are they both (http and websphere) on same physical server  or
> different server ? Do http server serve any webpage or it is total
> redirection ? Where is u r secured application deployed (pages you
> want to serve thorugh SSL) ?
>
> Regards,
> Baliyan
>
> On Feb 17, 12:53 pm, Chandrakanth Ramireddy <[email protected]>
> wrote:
>
> > Hi Paul,
>
> > Thank you for the reply.
>
> > We have a 80 to 9080 redirection though http server plugin.
> > Could you please advise how this requirement can be achieved for the
> > above said setup.
>
> > Regards
> > Chandrakanth
>
> > On Feb 17, 1:22 pm, PaulG <[email protected]> wrote:
>
> > > This is partiatlly dependant on your setup (e.g. if you have
> > > redirectors going between port 80 & 8080).
>
> > > But, assuming you accessing liveserver directly, you'll need to:
> > > a. have an SSL certificate installed on the webserver
> > > b. set some page/application logic in the pages requiring SSL, to
> > > check the page protocol used and redirect if necessary
> > > it'll be something along the lines of:
>
> > > <rde-dm:attribute attribute="tester" mode="write" source="request"
> > > value="[#request:rde-rd:httpHeader-protocol#].startsWith('https')" />
> > > <rde-dm:attribute attribute="tester" source="request" mode="condition"
> > > op="eq" value="false">
> > >  <rde-dm:if>
> > >         <rde-dm:process mode="redirect" url="https://page"; />
> > >  </rde-dm:if>
> > > </rde-dm:attribute>
>
> > > You might need to try a few variables to work out which one to compare
> > > against, e.g. something from the httpHeader, rdeHttpServer,
> > > rdeHttpsServer, etc
>
> > > Paul.
>
> > > On Feb 16, 10:05 pm, Chandrakanth Ramireddy <[email protected]>
> > > wrote:
>
> > > > Hi,
>
> > > > I have a requirement where some of the pages have to be made secure
> > > > (to be accessed as HTTPS).
>
> > > > The whole site would be accessed through HTTP except those pages.
>
> > > > We are using Websphere 6.1 as the appserver for hosting LiveServer.
>
> > > > Please advise me how this can be acheived.
>
> > > > Regards
> > > > Chandrakanth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to