$ stardog-admin.bat --server https://test.local:443 stored add --database test --overwrite -u test -p MyPassword test.rq
I get
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
After reading Home | Stardog Documentation Latest, i figured out that I need to register my certificate with keytool. What I have not figure it out is how to get it. I tried
openssl s_client -connect test.local:443
and getting it from chrome, but without success. Any other recommendation?
It seems like you have something wrong with your trust store or you’re running your own CA and haven’t included your certificate chain. It’s most likely a problem configuring java to use TLS rather than anything specific to Stardog. There are a lot of resources but here is one random one I came across that seems decently written.