-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Running on Windows 10 and JDK corretto-17.0.8
I've tried to execute query like this:

and get:
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:146) ~[na:na]
at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:127) ~[na:na]
at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297) ~[na:na]
at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434) ~[na:na]
... 36 common frames omitted
If i set TSLSecurity.INSECURE options then my whole app hang on this line

Metadata
Metadata
Assignees
Labels
No labels