![]() ![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi Team,
Suddenly I am getting this CertificateException: No X509TrustManager implementation available exception while transferring call using ECC REST API. I had rebooted both breeze cluster but still problem is not solved. Please suggest how can I resolve this error? I have attached error logs for same. Thanks, Tanaji B. |
#2
|
|||
|
|||
![]()
Tanaji,
Design is looking into this error. Will update you as soon as we get information regarding this issue. |
#3
|
|||
|
|||
![]()
Spoke with Naresh this morning and he explained and confirmed as you did that issue was resolve with CertificateException: No X509TrustManager impl available while ECC call transfer issue.
|
#4
|
|||
|
|||
![]()
Thanks Naresh, Mark for help.
I resolved this error by creating HttpClient with SSLContext as per below and then use same httpclient for ECC operation, final SSLContext sslContext = SSLUtilityFactory.createSSLContext(SSLProtocolType .TLS); final SSLConnectionSocketFactory sslsf = new SSLConnectionSocketFactory(sslContext, SSLConnectionSocketFactory.ALLOW_ALL_HOSTNAME_VERI FIER); HttpClient httpClient = HttpClients.custom().setSSLSocketFactory(sslsf).bu ild(); Thanks, Tanaji B. Last edited by tbhale; 02-01-2017 at 10:32 PM. |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|