Passed

co.codewizards.cloudstore.test.CertificateHandlingAndTestServiceIT.nonTrustedCertificate

Took 0.48 sec.

Standard Output

06:51:52.022 [main] ERROR c.c.c.r.c.CloudStoreRestClient - determineBaseUrl: Determining baseURL failed for hostURL='https://localhost:16905/': javax.ws.rs.ProcessingException: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
06:51:52.022 [main] WARN  c.c.c.r.c.CloudStoreRestClient - execute: invocation failed (will NOT retry): javax.ws.rs.ProcessingException: Determining baseU
...[truncated 9204 chars]...
mmon frames omitted
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
	at java.base/java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
	at java.base/java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120)
	at java.base/java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104)
	at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:99)
	... 76 common frames omitted