Closed ciprianc closed 6 years ago
Unfortunately I can't really test with https enabled easily, but it looks like the changes are made in the right places. I left a few suggestions inline though..
I'll merge, so that our internal CI can run the self-test with it.
When building the url to talk to the xcc port roxy doesn't look whether that should be https or not, it's just hardcoded to http, which makes it impossible to deploy modules. This commit changes that by switching to https if either
use-https-for-rest
is set to true orssl-certificate-template
exists in the config.First attempt at fixing #862