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
producercan't send data to consumerjuras 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
jurto 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 certs