Am trying to get ssl working on my ec2 instance, but sudo yum caddy install
tells me i need to have Requires: libc.so.6(GLIBC_2.34)(64bit)
which by the way i cant find a way to install it on linux ec2 server
Advertisement
Answer
I had the same issue, but was able to successfully install it by building it from source: https://caddyserver.com/docs/build#build-from-source
Make sure you have Golang installed first, that’s really easy