mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
malformed HTTP response #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrg358 on GitHub (Apr 20, 2025).
This error shows up right after login to Web UI
@yusing commented on GitHub (Apr 20, 2025):
The sequence \x15\x03\x01 is the start of a TLS record. Do you have other services that is listening https on port 8888?
@mrg358 commented on GitHub (Apr 21, 2025):
When I installed godoxy there was another container (stirling-pdf) running on port 8888. So I changed the port of stirling and tried to reinstall godoxy from scratch. The error still persist. Only godoxy running on port 8888.
I tried to change the godoxy port to 8889 in .env with no luck, same error. The error shows up right after login into web-ui.
@mrg358 commented on GitHub (Apr 21, 2025):
So I found the error msg was related to some of the containers running in unhealthy state. After shutting them down the error msg went away.
Considering a docker host running a bunch of services in advance, this error can be pretty common in the future. It would be helpful if the error msg could point directly to to the service causing the problem.
@yusing commented on GitHub (Apr 21, 2025):
It's suggested to remove the port mapping part from docker compose or map them to a ports to avoid port conflicts: