Problem in upgrading from 3.16.3 to 3.17

Issue occurred while upgrading from 3.16.3 to 3.17. After checking the logs we found the below error:

2022-12-22 14:36:14 error: [Cake\Http\Client\Exception\RequestException] fopen(https://support-v3.eramba.org/api/download/c01fdfae64683c188bb70340fa5a6437809f8b7e): Failed to open stream: Unable to find the socket transport “http” - did you forget to enable it when you configured PHP? in /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client/Adapter/Stream.php on line 324
Stack Trace:

  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client/Adapter/Stream.php:250
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client/Adapter/Stream.php:82
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client.php:556
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client.php:483
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client.php:438
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/Client.php:301
  • /var/www/eramba/app/upgrade/src/Lib/AutoUpdateLib.php:173
  • /var/www/eramba/app/upgrade/src/Lib/AutoUpdateLib.php:371
  • /var/www/eramba/app/upgrade/src/Lib/AutoUpdateLib.php:352
  • /var/www/eramba/app/upgrade/src/Lib/AutoUpdateLib.php:305
  • /var/www/eramba/app/upgrade/src/Command/UpdateCommand.php:187
  • /var/www/eramba/app/upgrade/src/Command/UpdateCommand.php:145
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Console/BaseCommand.php:179
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Console/CommandRunner.php:334
  • /var/www/eramba/app/upgrade/vendor/cakephp/cakephp/src/Console/CommandRunner.php:172
  • /var/www/eramba/app/upgrade/bin/cake.php:12

The connection were established successfully to the repository as show below:

2022-12-22 14:36:12 debug: Update process is running with PID 928702.
2022-12-22 14:36:12 debug: If you want to look up the process, run in the terminal ps ux -p 928702 or top -pid 928702.
2022-12-22 14:36:12 info: Beginning with the update process.
2022-12-22 14:36:12 info: Update is going to be checked online and determined automatically.
2022-12-22 14:36:14 info: Support server said we are going to update from version 3.16.3 to version: 3.17.0.
2022-12-22 14:36:14 info: Downloading update package from https://support-v3.eramba.org/api/download/c01fdfae64683c188bb70340fa5a6437809f8b7e to /var/www/eramba/app/upgrade/tmp/updates/update.zip.

Any recommendations to fix this problem?