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

Producer can't call Jur docker due to SSL #375

Open
ashishjur opened this issue Aug 5, 2020 · 1 comment
Open

Producer can't call Jur docker due to SSL #375

ashishjur opened this issue Aug 5, 2020 · 1 comment
Assignees

Comments

@ashishjur
Copy link

producer can't send data to consumer jur as it uses HTTPS.
The jur uses domain HTTPS that has cert only for test.jur.io domain and not for jur domain.
Producer uses docker network name jur to send request in internal communication.

Expected Behavior

Jur docker should accept HTTP request on http://jur/ domain and continue accepting HTTPS requests on https://test.jur.io/ domain

Current Behavior

  1. Requests on http://jur/ are not processed. Gives 400.
  2. Requests on https://jur/ are not processed. Invalid certs
@ashishjur ashishjur added this to the Polling Service milestone Aug 5, 2020
@ashishjur
Copy link
Author

We have a temporary solution in place on the test server. We use public https:test.jur.io/ domain.

For better security, we will restrict access of /api/v1/polling/ to only local/internal network. Once that is effective, communication between polling service and jur consumer (JBP) will stop working.

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

2 participants