Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with understanding an error. #49

Open
larswik opened this issue Jan 24, 2025 · 2 comments
Open

Help with understanding an error. #49

larswik opened this issue Jan 24, 2025 · 2 comments

Comments

@larswik
Copy link

larswik commented Jan 24, 2025

I am testing the plugin vs a GraphDB endpoint and everything works fine so far (I get my layers on the map). However, when a colleague tries to "Quick add RDF reference" to the same endpoint, he gets this error message:

Image

Can anyone help with interpreting this? Thanks in advance!

@situx
Copy link
Collaborator

situx commented Jan 24, 2025

The error message would suggest that the user's system only supports an outdated version of SSL, maybe SSLv3, at least not a version the GraphDB web server accepts for communication.
https://stackoverflow.com/questions/9963621/python-ssl-wrong-version-number

Regarding the plugin, it only uses underlying libraries to build up a connection to the SPARQL endpoint and defers this error message to the user.

@TallTed
Copy link

TallTed commented Jan 27, 2025

For future reference, it is usually more helpful to provide the text of error messages as text, rather than as a screenshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants