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
We have to add the local ssl certificates (cert.pem) to GraphDB's image and run the following. This fixes an issue where federated queries are erroring out due to ssl trust issues.
RUN \
cd $JAVA_HOME/lib/security \
&& keytool -keystore cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias ldapcert -file cert.pem
The text was updated successfully, but these errors were encountered:
We have to add the local ssl certificates (
cert.pem
) to GraphDB's image and run the following. This fixes an issue where federated queries are erroring out due to ssl trust issues.The text was updated successfully, but these errors were encountered: