Keywords: Drupal - Microsoft Azure - Technical issue - Other
Description:
I have been using "Drupal with Azure Database for MariaDB" from Azure Marketplace to run a Drupal instance in Azure inside private vnet without public IP, which was working successfully until couple of weeks ago.
When I try to re-provision the resource in the same private vnet, now the VM is created but deployment stuck in "setupMachine" state.
I see following errors in first boot logs, which prevents drupal from starting up now. Please Assist:
2020-10-14T06:04:37.728Z - warn: Unable to run recipe download-database-ssl
Error: % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.digicert.com:443
at Object.runProgram (/opt/bitnami/nami/node_modules/provisioner/node_modules/nami-utils/lib/os/run-program.js:223:14)
at utils.retry (evalmachine.<anonymous>:32:21)
at Object.<anonymous> (/opt/bitnami/nami/node_modules/provisioner/lib/utils.js:39:26)
at Generator.next (<anonymous>)
at fulfilled (/opt/bitnami/nami/node_modules/provisioner/lib/utils.js:4:58)
at <anonymous>
and then later,
2020-10-14T06:04:38.564Z - trace: recipeRunner: Awaiting pending async promise welcome-message-create
/opt/bitnami/nami/node_modules/provisioner/lib/download.js:68
throw new Error(`HTTP request returned ${this.statusCode} HTTP status code`);
^
Error: HTTP request returned 470 HTTP status code
at IncomingMessage._response.on (/opt/bitnami/nami/node_modules/provisioner/lib/download.js:68:27)
at emitNone (events.js:111:20)
at IncomingMessage.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1064:12)
at _combinedTickCallback (internal/process/next_tick.js:139:11)
at process._tickCallback (internal/process/next_tick.js:181:9)
Did something change recently?