mmoayyed commented on pull request #315:
URL: https://github.com/apache/syncope/pull/315#issuecomment-1039978373


   Now seeing a lot of:
   
   ```
   12:03:11.754 ERROR org.apache.syncope.common.keymaster.client.api.ServiceOps 
- Could not unregister NetworkService{type=SRA, address=http://localhost:8080/}
   java.util.concurrent.CompletionException: javax.ws.rs.ProcessingException: 
javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking 
https://localhost:9443/syncope/rest/keymaster/networkServices?action=unregister:
 PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target
        at 
java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
 ~[?:?]
        at 
java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
 [?:?]
        at 
java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1702)
 [?:?]
        at 
java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
 [?:?]
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
        at 
java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
 [?:?]
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) 
[?:?]
        at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) 
[?:?]
   Caused by: javax.ws.rs.ProcessingException: 
javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking 
https://localhost:9443/syncope/rest/keymaster/networkServices?action=unregister:
 PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target
   ```
   
   Testing with `mvn test -Dtest=CASSRAITCase`. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to