Hi,
   
  I'm trying to implement Client Certificate
authentication in addition 
to the regular HTTPS. Do you know any resource
references ? 
   
  I have imported the client certificates in my client
machine and when 
I try to connect to the server, I'm getting 
   
  javax.net.ssl.SSLHandshakeException: Received fatal
alert: 
bad_certificate
  at
com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA12275)
  at
com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.b(DashoA12275)
  at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.b(DashoA12275)
  at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
  at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA12275)
  at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA12275)
  at
sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA12275)
  at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA12275)
  at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
  at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(DashoA12275)
  at
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown

Source)
  at 
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown
Source)
  at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
  at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
  at org.apache.xerces.parsers.XMLParser.parse(Unknown
Source)
  at org.apache.xerces.parsers.DOMParser.parse(Unknown
Source)
  at
org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown
Source)
  at
org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
  at
org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)
  at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)
  at
org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
  at java.lang.Thread.run(Thread.java:534)
   
  Error.
   
  Please let me know any work-around for this. I can
access the web 
service using the IE. But when I try to connect using
my java program, it 
fails due to this error.
   
   
   
  Thanks 
  Kanishka


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to