Replies: 3 comments
-
@mafredri I think you faced a similar issue. |
Beta Was this translation helpful? Give feedback.
-
@matifali I haven't seen this myself. And I can't reproduce it either so I'm guessing this is related to the environment or host Docker is running on. Just in case, it might be worth doing Since I can't reproduce, I can't try this out, but what happens if you use
|
Beta Was this translation helpful? Give feedback.
-
I will move this to a discussion it's not a Coder issue. |
Beta Was this translation helpful? Give feedback.
-
I'm having an issue related to #15825. As in #15825, I am unable to start a Coder workspace using an Ubuntu image newer than 22.04, but (per #15423) the remediation seems to be to "Improve agent connection troubleshooting". The issue (for me) runs deeper in that, when using a working Coder image, I also cannot
curl
orwget
anhttps
url whendocker run
ning a newer Ubuntu image.For example:
Ubuntu 22.04 (success)
Ubuntu 24.04 (failure)
Ubuntu 24.10 (failure)
And an example
wget
failure:Per the
curl
discussion here: curl/curl#11022@anthonyryan1 reported success recompiling
curl
using version 3.1.1 of OpenSSL. @nhorman resolved a partner issue for OpenSSL here: openssl/openssl#20826 with the messageSome issues with this resolution:
curl
andwget
are affected, anything that uses OpenSSL is affected. None of the newer Ubuntu images use PPAs with packages whereapt install
contains a fix. It is onerous to require individuals to recompile every affected tool off of OpenSSL 3.1.1 (I did not verify @anthonyryan1's fix works).ubuntu:24.10
test above showscurl
failing even though compiled with OpenSSL 3.3.1.I'm not claiming the problem is inherently a Coder problem, nor an AWS, OpenSSL,
curl
, orwget
, etc. problem. But, I want to raise this issue somewhere, and I would like to be able to use newer versions of Ubuntu with Coder, so I made the issue here. All that said, I understand fixing the underlying issue is a bit of a Hail Mary.Beta Was this translation helpful? Give feedback.
All reactions