ssl-proxy icon indicating copy to clipboard operation
ssl-proxy copied to clipboard

Problem with Linux-Binary: No such file or directory

Open cstsw opened this issue 2 years ago • 0 comments

When I build the latest master-revision a4f852967d92c09ec4cb638a3f51e3a6b496ec4a via Docker, I get the following error when executing the Linux-Binary:

./ssl-proxy-linux-amd64: No such file or directory

In my use-case I provide a private key and a certificate-chain but even without those parameters the error message remains the same (hence, the error doesn't seem to be related to loading one of those files).

I tried building with the following versions of docker and docker-compose:

On Linux (Debian Buster):

  • Docker version 20.10.6, build 370c289
  • docker-compose version 1.29.2, build 5becea4c

On Windows (10):

  • Docker version 20.10.14, build a224086
  • docker-compose version 1.29.2, build 5becea4c

cstsw avatar Apr 29 '22 17:04 cstsw