We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BUG Connection error in Cygnus CKAN when it's behind a proxy web serving the API in one uri
Example CKAN https://myckan.org/data Serving the API in https://myckan.org/data/api/... curl https://myckan.org/data/api/rest/dataset
Then if:
cygnus-ngsi.sinks.myckan-sink-ckan.ckan_host = myckan.org/data cygnus-ngsi.sinks.myckan-sink-ckan.ckan_port = 443
Fails because try to use: https://myckan.org/data:443/api/......
cygnus-ngsi.sinks.myckan-sink-ckan.ckan_host = myckan.org/data # cygnus-ngsi.sinks.myckan-sink-ckan.ckan_port = 443
Fails because try to use: https://myckan.org/data:80/api/......
The text was updated successfully, but these errors were encountered:
Fixed by PR #2073
Sorry, something went wrong.
AlvaroVega
No branches or pull requests
BUG Connection error in Cygnus CKAN when it's behind a proxy web serving the API in one uri
Example CKAN https://myckan.org/data
Serving the API in https://myckan.org/data/api/...
curl https://myckan.org/data/api/rest/dataset
Then if:
Fails because try to use: https://myckan.org/data:443/api/......
Then if:
Fails because try to use: https://myckan.org/data:80/api/......
The text was updated successfully, but these errors were encountered: