Hi
is there any relation between global security and SSL in websphere application server ?
when i enable global security in WAS, is there any effect in deployed application ?
what is the difference between http and https?
Please clarify my doubts.
thanks in advance.
PrasadBabuVagolu.
-
Global security in Websphere (3 messages)
- Posted by: Prasad Babu
- Posted on: April 28 2005 13:03 EDT
Threaded Messages (3)
- Global security in Websphere by alan chang on April 30 2005 03:41 EDT
- Global security in Websphere by Prasad Babu on May 03 2005 01:35 EDT
- Global security in Websphere by Selim Esen on May 15 2005 03:51 EDT
-
Global security in Websphere[ Go to top ]
- Posted by: alan chang
- Posted on: April 30 2005 03:41 EDT
- in response to Prasad Babu
If turn on the Global Security in Websphere, you will need the password to login the admin console and deploy the applicatoin.
Http is a protocol, which is not encrypted.
Https is a protocol, which is encrypted. And the application using the Https protocol is far slower than the appliction using the other. -
Global security in Websphere[ Go to top ]
- Posted by: Prasad Babu
- Posted on: May 03 2005 01:35 EDT
- in response to alan chang
Hi Alan!
Thanks for reply .
Now my question is , is there any relation between global security and https ?
when i enable global security ,is it necessary to use https or SSL?
Again thanks in advance.
PrasadBabuVagolu. -
Global security in Websphere[ Go to top ]
- Posted by: Selim Esen
- Posted on: May 15 2005 03:51 EDT
- in response to Prasad Babu
It is not necessary to use https in every part of your application.. But if you are sending secure data like password or credit card number from your app it would be best to use ssl.. So if you want to use ssl in websphere you must enable global security...