Switching from HTTP to HTTPS in an Application

2000-07-25 Thread Kalvar, Kirk

Where can I find some examples of switching an application from http to
https?  I've got Orion running Sun's JPS 1.0 with http and https but needed
some guidance.  I  think it would be reasonable once they log into the
application it would be in secure mode from then on, but I've also heard
others just secure individual pages.

Thanks in Advance,

Kirk S. Kalvar, Software Engineer
DRS Electronic Systems Group





Re: Switching from HTTP to HTTPS in an Application

2000-07-25 Thread Steven Punte

Kirk:

I faced this same issue.

I ended up using  "response.sendRedirect( )" and composing
the necessary absolute URL through various string manipulations
(i.e. need absolute so that the URL can begin with https://).

Would really be nice to see a better method.

STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]


- Original Message -
From: Kalvar, Kirk [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Tuesday, July 25, 2000 5:02 AM
Subject: Switching from HTTP to HTTPS in an Application


 Where can I find some examples of switching an application from http to
 https?  I've got Orion running Sun's JPS 1.0 with http and https but
needed
 some guidance.  I  think it would be reasonable once they log into the
 application it would be in secure mode from then on, but I've also heard
 others just secure individual pages.

 Thanks in Advance,

 Kirk S. Kalvar, Software Engineer
 DRS Electronic Systems Group