You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Requests on http://jur/ are not processed. Gives 400.
Requests on https://jur/ are not processed. Invalid certs
The text was updated successfully, but these errors were encountered:
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.
producer
can't send data to consumerjur
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 onhttps://test.jur.io/
domainCurrent Behavior
http://jur/
are not processed. Gives 400.https://jur/
are not processed. Invalid certsThe text was updated successfully, but these errors were encountered: