secure web service using mutual certificate security
hello, i need help making secure web sevice using MCS (mutual certificate security). I use Glassfish 3.0.1 server. I dont wont to use glassfish keystore and truststore, i wont to use mine. So i made server and client keystore and truststore using this commands:
keytool -genkeypair -alias kljuc_server -keyalg RSA -validity 7 -keystore keystoreS.jks // making server keys
keytool -genkeypair -alias kljuc_klijent -keyalg RSA -validity 7 -keystore keystoreC.jks // making client keys
keytool -export -alias kljucserver -keystore keystoreS.jks -rfc -file ifcertifikat.cer // making server certificate
keytool -export -alias kljucklijent -keystore keystoreC.jks -rfc -file iccertifikat.cer // making client certificate
keytool -import -alias kljucserver -file ifcertifikat.cer -keystore truststoreC.jks // puting server certificate to client truststore
keytool -import -alias kljucklijent -file iccertifikat.cer -keystore truststoreS.jks // puting client certificate to server truststore
then i change secure properties in web service and web service client to point to mine keystore and truststore:
web service properties:
keystore -> keystoreS.jks (alias -> kljuc_server)
truststore -> truststoreS.jks (alias disabled, i cant set it)
web service client properties:
keystore -> keystoreC.jks (alias -> kljuc_klijent)
truststore -> truststoreC.jks (alias -> kljuc_server)
when i run jsp on client application i get this error:
SEVERE: WSS1533: Validation of self signed certificate failed.
SEVERE: WSITPVD0035: Error in Verifying Security in Inbound Message.
what else should i do?
View Answers
Ads
Related Tutorials/Questions & Answers:
secure web service using mutual certificate security
secure web service using mutual certificate security hello, i need help making
secure web sevice
using MCS (
mutual certificate security). I use... truststore
then i change
secure properties in
web service and
web service
Security in Web Service
. Make this
web service secured
using security mechanism of “Username...
Security in
Web Service
 ...
Right Click on the
Web Service Security
Select
Advertisements
Implementing WS-Security
WS-
Security standard was used to
secure a
Web service that was
developed...-related requirements of the
Web service and how they were met
using...
security - ready to do business
Over the past couple of years,
Web
How to get xml file form http port using web service
How to get xml file form http port
using web service hi
I am suresh i am
using netbeans 6.9 to develop a
web service for getting xml from http port... struck with getting xml file. How to access xml file in
web service?
Please Help
Spring Security auto generated login to secure URL access
Spring
Security auto generated login to
secure URL access
In this section, you...
using Spring
Security.
The tools and technology used in this tutorial are given... 3.0.5.RELEASE
Spring
Security 3.0.5.RELEASE
EXAMPLE
Sometimes you need to
secure
web service
web service i want to make an
web service example so please help me out thanks
 
web service
would be grateful :):)
So i want to creat a
web service that display the bus... coordinate will be send to my
web service in a array list but i cant translate this into a code; my problem is in the
web service side : in wich class i will do
Web Service
Web Service Dear Sir,
My code is :-
For webService:-
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService...";
ServiceFactory factory = ServiceFactory.newInstance();
Service service
Web Service
Web Service Dear Sir,
My code is :-
For webService:-
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService...";
ServiceFactory factory = ServiceFactory.newInstance();
Service service
web service & database
web service & database Hi,
I need help with importing data from
web service to ms sql/my sql. I developed a
web service using Axis2 (v1.6.2... and view the data
using Eclipse
web services explorer. I would like to know how
EJB3.0,web-service,websphere using eclipse
EJB3.0,web-
service,websphere
using eclipse I have to make an ejb3.0 application a
web-
service using websphere6.1 and eclipse.Can I do it configuring...,then deploy on the server,then convert it into
web-
service?Any Idea/help
web service frameworks
Web
service Frameworks
Web service Frameworks:
There are many frameworks for
web
services. Here is the list of some frameworks
web service protocols
Web service Protocols
Web service protocols:
Here is the list of some protocols used for
Web Services
Google web Service (GWS)
Google
web Service (GWS)
 ...
using Internet. Whenever we have to search something we select Google
for it. Google provides its search functionality as its
web service
web service call in jsp page
a
web service when you have a WSDL.
I am
using tomcat
web server and eclipse ,a simple example to demostrate the
web service calling would be good for me...
I...
web service call in jsp page I am wandering on internet for hours
Security Measure of Website
;
Security is also one of the crucial aspects of
web... private firms are offering the
security service, which can be taken by giving... of
security holes and it the duty of
web master of the website.
 
Java - Web Service
Java -
Web Service code that allow the user to input file name with path Hi,
I wanted a simple java program for
web services development as per below:
------ IN REQUEST ------
<FileName>
FileName - Path
developing simple web service
Open
Source
web services tool in java
 ...:
The
Web Services Invocation Framework (WSIF) is a simple Java API
for invoking
Web services, no
matter how or where the services are provided
Java - Web Service
Java -
Web Service Hi,
I wanted a simple java program for
web services development as per below:
------ IN REQUEST ------
<FileName>
FileName - Path of the file (For example: C/text.txt)
------ IN RESPONSE
Java - Web Service
Java -
Web Service Hi,
I wanted a simple java program for
web services development as per below:
------ IN REQUEST ------
<FileName>
FileName - Path of the file (For example: C/text.txt)
------ IN RESPONSE