I'm working with a virtuoso-opensource cloned from github and compiled on last Friday. The software will be used in a course.
The university proxy resolves any (HTTP or HTTPS) requirement ok.
Any query including a reference to dbpedia (in example), always returns
Virtuoso 22023 Error RDFXX: The HTTPS retrieval is not supported via proxy
This is the test query:
define get:proxy "proxy.fing.edu.uy:3128"
define get:soft "soft"
SELECT *
FROM <http://dbpedia.org/resource/Uruguay>
WHERE { ?s ?p ?o }
Some idea about how the problem can be resolved?
Thanks FDO.