Closed sevaorlov closed 3 weeks ago
When an endpoint is set in both Environment variable with "http" and passed in WithEndpointURL with "https", Insecure is set to true while the endpoint is used from WithEndpointURL.
Example
The real endpoint used is "http://someendpoint/somepath", which is actually neither of both.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.6%. Comparing base (937813d) to head (6dbacfe). Report is 1 commits behind head on main.
937813d
6dbacfe
When an endpoint is set in both Environment variable with "http" and passed in WithEndpointURL with "https", Insecure is set to true while the endpoint is used from WithEndpointURL.
Example
The real endpoint used is "http://someendpoint/somepath", which is actually neither of both.