[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ohf] Re: ATNA - Authenticate Node

Hi,

The XDS Consumer / Source catches and audits "Node Authentication Error" automatically when a certificate exchange failure occurs.

The OHF SOAP layer throws an "OHFSOAPException" with a cause by of type javax.net.ssl.HandshakeException. It is passed up through the XDS Consumer / Source level and should be visible by your application.

Hope this helps!
-Matt

exquisitus wrote:
hi,

I'm trying to catch exceptions when I submit an XDS transaction. I want to catch errors for certificates unregistered and expired. Is there a good method to do that? because I am unable to do that at this moment.

Thanks

JJameau