linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
139 stars 30 forks source link

Cannot import pipeline from URL #932

Closed jakubklimek closed 2 years ago

jakubklimek commented 2 years ago

E.g. this one: https://raw.githubusercontent.com/linkedpipes/dcat-ap-viewer/develop/lp-etl/dcatap2lpdav.jsonld

I get "Backend service is offline"

skodapetr commented 2 years ago

The issue is in passing the request to the server in frontend:

Request failed:
Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: Host: localhost. is not in the cert's altnames: DNS:*.github.io, DNS:github.com, DNS:*.github.com, DNS:www.github.com, DNS:github.io, DNS:githubuse
jakubklimek commented 2 years ago

This is weird - is the error message truncated or is it an artifact of TLS cert validation? Because the cert contains SAN: DNS Name=*.githubusercontent.com, so it is valid.