Hi,
I think you have to generate and load your cert and associated stuff via
the java tools. I did this
once on J2EE reference edition. ASelf generated and signed Cert will work
for testing.
If you want a real site you need to buy a certificate from VeriSign or some
other provider.
You should pic
Hi!
I am fairly New With Orion .. I am Trying to Set up Orion For SSL
After Following th e How To instruction .. When I start Orion I get the
Following error...
C:\Orion\orion>java -jar orion.jar
Error starting HttpServer: Unable to intialize SSLServerSocketFactory
'com.everm
ind.ssl.JSSESSLSe
Hi there,
I am trying to setup an application to be accessed both by HTTP and
HTTPS, so i configured
two applications with common root ( /webs in my case ). I added
shared="true" to
to force both applications share their sessions.
There are two page types: secured and unsecured. I want to red
://www.myisp.com/~yourdomain/.
Thus, you can't share cookies between your HTTP and HTTPS by default.
Neal
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger
> Sent: Tuesday, June 20, 2000 11:37 AM
> To: Orion-Interest
> Subjec
At 11:03 20.06.00 , you wrote:
>Sessions tracking is based on cookies, so if your two domains (http and
>https) aren't the same (i.e. using a shared SSL certificate) then you'll
>lose your state.
could you elaborate what you mean by "shared" SSL certifcate? why would the
http url be associated w
unday, June 18, 2000 6:50 AM
> To: Orion-Interest
> Subject: Sessions And SSL
>
>
> Hi there,
>
> I am developing an e-commerce application. Some of the
> storefront pages
> such as
> checkout, order status etc. must be secured. So I configured two
> web-si
Hi Karl,
Thank you for feedback. I added shared="true" to my , it is
working ... except one thing: a cannot detect if my request is secure.
It seems that request.isSecure() method is always returning false
regardless
the request is secure or not.
Any suggestion ?
Peter
Karl
Hello Peter,
Actually, another user experienced the same thing this week, so we already looking
into it.
I'll forward the reply that user received:
--- Forwarded ---
Hi, we are still tracking down what you're experiencing but so far it seems
like a JSSE issue. It seems to have a problem wit
Hi there,
I am developing an e-commerce application. Some of the storefront pages
such as
checkout, order status etc. must be secured. So I configured two
web-sites in
config.xml: default-web-site(localhost:80) and
secure-web-site(localhost:439).
Now I must jump from shoppingcart.jsp ( u