nodeSolidServer / node-solid-server

Solid server on top of the file-system in NodeJS
https://solidproject.org/for-developers/pod-server
Other
1.78k stars 303 forks source link

I want to work with WebID and Fuseki. #779

Open jdh0139 opened 6 years ago

jdh0139 commented 6 years ago

I created WebID in solid single server mode. I want to load WebID into Fuseki. However, an error code occurred in Fuseki.

Error 500: Failed to LOAD 'https://ccl.korea.ac.kr:8443/profile/card#me'

During the solid installation, the certificates used in the solid were test_key.pem and test_cert.pem.

jdh0139 commented 6 years ago

I created a WebID in Databox and loaded it from Fuseki using the WebID and tried SPARQL. I want to create a WebID in Solid, load it in Fuseki and try SPARQL, but WebID is not loaded. Solid WebID allows you to modify the profile via the web by modifying acl permissions. I think Solid WebID will have the same functionality as Databox. Thank you very much for your help. Please help me.

kjetilk commented 6 years ago

Hi!

I think you may have better luck finding an answer in the gitter chat: https://gitter.im/solid/chat

However, my first hunch is that Fuseki is rejecting the data source because the certificate is self-signed. Perhaps you could check that?