Error running download_runtime

0
I’m trying to follow the example at ‘https://docs.mendix.com/developerportal/deploy/azure-deploy’ to run my Mendix app on Azure. In the step asking to execute ‘download_runtime’ I get: m2ee(MxAdmin): download_runtime INFO: Going to download http://cdn.mendix.com/runtime/mendix-8.12.0.2541.tar.gz to /srv/app/runtimes curl: (22) The requested URL returned error: 403 Forbidden ERROR: Failed to download http://cdn.mendix.com/runtime/mendix-8.12.0.2541.tar.gz, errno: 0x14 I’m guessing the document is not up to date.  It would seem the ‘download_runtime’ is trying to go to http instead of https.  If I run ‘http://cdn.mendix.com/runtime/mendix-8.12.0.2541.tar.gz’ in an Edge browser it fails, but if I replace http with https it works.  So how to I fix the URL that ‘download_runtime’ is trying to use?
asked
1 answers
0

Hi Geoff Belair,

Could you please modify the m2ee.yaml at ‘download_runtime_url’ should be https?

Example: https://github.com/mendix/m2ee-tools/blob/master/examples/full-documented-m2ee.yaml#L90

answered