Open benfab opened 6 years ago
The uri
module parameter is passed directly to the marathon library using http://thefactory.github.io/marathon-python/marathon.html#marathon.client.MarathonClient.
So if you only change
uri=https://foo
to
uri=http://foo
leaving everything else unchanged, things work?
Hello,
The marathon module fails to deploy an application when using https marathon endpoint, see the error below. My configuration works well with http, so I would like to ask if there any tricks to use https marathon endpoint?
Thank you!