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

BUG Connection error in Cygnus CKAN when it's behind a proxy web serving the API in one uri #2072

Closed
cesarjorgemartinez opened this issue Aug 6, 2021 · 1 comment
Assignees

Comments

@cesarjorgemartinez
Copy link
Contributor

cesarjorgemartinez commented Aug 6, 2021

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/......

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:80/api/......

@fgalan
Copy link
Member

fgalan commented Aug 9, 2021

Fixed by PR #2073

@fgalan fgalan closed this as completed Aug 9, 2021
@fgalan fgalan added this to the release/2.12.0 milestone Aug 26, 2021
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