Docker Error: Error response from daemon: Client sent an HTTP request to an HTTPS server

OS info

  • Operating System : Mac OSX 21.6.0
  • Wappler Version : 5.0.4

Problem description

Loading an exiting project that is already deployed locally (Docker) and remotely on Digital Ocean (which is running).
When I try to deploy to the remote I get an error -

Error response from daemon: Client sent an HTTP request to an HTTPS server.

Steps to reproduce

  1. Open Wappler
  2. Open an existing project
  3. Deploy to remote Digital Ocean

I have tried with 2 projects which are both already running fine on local and remote but wanted to update them and both fail when trying to deploy.

Notes -
I haven’t tried a new project, new DO server etc. yet
FYI “Test Connection” button in project settings does NOT report any problems.
Both were created and last opened with Wappler v4 (just in case that makes any difference).

Screenshot of Output:
CleanShot 2022-09-05 at 10.48.34

Logging attached:
report1662371399068.zip (89.4 KB)

Seems to be a Docker Desktop (Compose) bug. https://github.com/docker/compose/issues/9789

Try updating Docker Desktop to the latest as it should be fixed there according to the report.

Hi George,

Updated Docker Desktop but that didn’t update compose so did a brew upgrade since I am on a Mac and it now works :slight_smile: (just in case anyone else sees this).

Thanks for the rapid response.

1 Like