zazuko / vscode-sparql-notebook

Visual Studio Code SPARQL Notebook Extension
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook
Other
26 stars 8 forks source link

'certificate has expired' when trying to connect to https://sparql.rhea-db.org/sparql endpoint #13

Closed sergyr closed 2 years ago

sergyr commented 2 years ago

trying to configure endpoint connections in the SPARQL Notebook side panel. Added endpoint https://sparql.rhea-db.org/sparql (no username or password) When pressing 'Connect to Database' getting an error 'Failed to connect to "Rhea": certificate has expired' I don't see anything wrong with the certificate.

ktk commented 2 years ago

Please see #2 how to fix it. We can't do much, seems to be a VS Code problem.

sergyr commented 2 years ago

Thanks. Adding "http.systemCertificates": false,

to user settings.json helped.