Expand my Community achievements bar.

SOLVED

Getting certification issue while running a build in ui.frontend

Avatar

Level 1

Could not download http://nodejs.org/dist/v0.9.9/x64/node.exe: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]

 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :aem-migration-portal.ui.frontend

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @unagda ,

 

Can you try changing http to https and check once.

 

https://stackoverflow.com/questions/48623824/could-not-download-node-js-from-https-nodejs-org-dist-v... 

 

else install node.exe separately in your local machine and try running the build.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @unagda ,

 

Can you try changing http to https and check once.

 

https://stackoverflow.com/questions/48623824/could-not-download-node-js-from-https-nodejs-org-dist-v... 

 

else install node.exe separately in your local machine and try running the build.