Dear all, I have run into a few issues getting Studio to talk to my server. Stardog is running on an aws ec2 instance server running Ubuntu 20.04 and is merrily populated with data.
I want to use online Studio to connect over https to the server. I have opened the port in aws with tcp protocol to 5820, but have many problems.
First, the ssl setup is failing with a cannot load key when I invoke stardog with require-ssl. I followed the exact setup details in the docs and generated trust and key store jks files.
I then put these in my stardog env.sh file and exported the java args in my environment.
I have tried setting and unsetting the ssl protocols to be different tls versions, 1.0 1.1, 1.2 and 1.3 which produces handshake errors. When tls version is unset, the key cannot be recovered. Is it better to use pkcs12 formatted keys?
Finally, I'm not sure how we can import security certificates into Studio Online since the advanced tab does not have this option at login.
All advice and options gladly received.