anatol / pacoloco

Caching proxy server for Arch Linux pacman
MIT License
199 stars 30 forks source link

Docker container TLS handshake timeout #96

Closed Rushmore75 closed 8 months ago

Rushmore75 commented 9 months ago

I was only able to get the docker container to complete the TLS handshake when using network_mode: "host". Is this normal? This isn't really an issue for me to run it as such, but it isn't documented in the readme at all

anatol commented 9 months ago

Cc @dezeroku @HarHarLinks @ilya-zlobintsev

dezeroku commented 9 months ago

I believe this is a duplicate of https://github.com/anatol/pacoloco/issues/95?

Anyway, this is about the local docker build, right? If so it's the infamous "works on my machine" I'm afraid, I was able to build current master without issues just now.

IMHO it looks like a firewall issue of some kind, especially if the host networking works fine. Could you say a bit more about the environment that you try to build in?

Rushmore75 commented 9 months ago

I'm now using the pre-built version since it wasn't compiling as mentioned in #95

Not particularly sure what you'd like to know about the environment. It's an Artix Linux headless device that should have it's networking in a pretty default mode.

HarHarLinks commented 8 months ago

not sure why i'm being pinged. i use the exact docker-compose from the readme with upstream https mirrors and it works.