facing this error while running the web version of my CMP app, can anyone please help here
Copy code
Could not determine the dependencies of task ':kotlinNodeJsSetup'.
> Could not resolve all files for configuration ':detachedConfiguration1'.
> Could not resolve org.nodejs:node:22.0.0.
Required by:
project :
> Could not resolve org.nodejs:node:22.0.0.
> Could not get resource '<https://nodejs.org/dist/v22.0.0/node-v22.0.0-darwin-arm64.tar.gz>'.
> Could not HEAD '<https://nodejs.org/dist/v22.0.0/node-v22.0.0-darwin-arm64.tar.gz>'.
> Got SSL handshake exception during request. It might be caused by SSL misconfiguration
> PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
t
tapchicoma
06/25/2025, 7:59 AM
Some problem with SSL certificate of the given url. Try to open it in the browser
k
Kinar Sharma
06/25/2025, 8:02 AM
@tapchicoma yup that's the problem, I opened the url it's dowloading node-v22.0.0 but I can't figure out why it's failing in intelij
t
tapchicoma
06/25/2025, 8:06 AM
check that SSL is valid
k
Kinar Sharma
06/25/2025, 8:12 AM
checking, actually I'm working on a corporate system and they use a proxy, I think the issue might be coming because of the proxy, I'll let you if it that's the case
Kinar Sharma
06/25/2025, 9:09 AM
@tapchicoma it was a proxy issue, proxy was blocking the request, thanks for the help