inductiveautomation / ignition-sdk-examples

Ignition SDK Example Projects
164 stars 92 forks source link

Build Failing #67

Closed cxk297 closed 3 years ago

cxk297 commented 3 years ago

See Below:

:~/Dev/Ignition/ignition-sdk-examples-master/perspective-component$ ./gradlew buildModule Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

BUILD FAILED in 8s

kevinherron commented 3 years ago

Are you in an environment with a network proxy or something?

This suggests that the certificate from nexus.inductiveautomation.com is not trusted:

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

However the certificate presented is a legitimate certificate signed by a CA and ./gradlew buildModule works without issue for me.