You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repository,
Build all : ./gradlew build
Fails building the PatientMonitoringDemo:
:samples:PatientsMonitoringDemo:downloadJS FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':samples:PatientsMonitoringDemo:downloadJS'.
> javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Clone the repository,
Build all : ./gradlew build
Fails building the PatientMonitoringDemo:
From this line: https://github.com/IBMStreams/streamsx.health/blob/develop/samples/PatientsMonitoringDemo/build.gradle#L38
I worked around it by adding the
acceptAnyCertificate
parameter, but some investigation is needed to see if that's the best solution.The text was updated successfully, but these errors were encountered: