facing this error while running the web version of...
# multiplatform
k
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
Some problem with SSL certificate of the given url. Try to open it in the browser
k
@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
check that SSL is valid
k
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
@tapchicoma it was a proxy issue, proxy was blocking the request, thanks for the help
👍 1