| Author |
problem in transport-guarantee
|
sangeeta kapoor
Ranch Hand
Joined: Jun 15, 2004
Posts: 70
|
|
I have the following element in my DD inside <security-constraint> <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> I was expecting http to change to https. It does change to https but the page does not display. If i remove this element it starts working fine. Do i need to do something else to make a secure transmission? Thanks
|
 |
Narendra Dhande
Ranch Hand
Joined: Dec 04, 2004
Posts: 950
|
|
Hello, On which J2EE container you are trying it. Is the SSL is installed for the server ? Thankx
|
Narendra Dhande
SCJP 1.4,SCWCD 1.4, SCBCD 5.0, SCDJWS 5.0, SCEA 5.0
|
 |
sangeeta kapoor
Ranch Hand
Joined: Jun 15, 2004
Posts: 70
|
|
I am only using Tomcat. Do i need something else also?
|
 |
Narendra Dhande
Ranch Hand
Joined: Dec 04, 2004
Posts: 950
|
|
Hello, Yes, you need something extra to use SSL using tomcat. Some cetrificate from Third party need to be installed to turn up the SSL on. ( I heard that some vendor provide free testing certificates, but not sure) The following link can help you, http://java.sun.com/webservices/docs/1.0/tutorial/doc/WebAppSecurity6.html Thanks
|
 |
 |
|
|
subject: problem in transport-guarantee
|
|
|