Skip to content

Instantly share code, notes, and snippets.

View c1au6i0's full-sized avatar

Claudio Zanettini c1au6i0

  • Baltimore, MD
  • 17:54 (UTC -12:00)
View GitHub Profile
@c1au6i0
c1au6i0 / gist-howto-curl-7.78.0
Last active December 20, 2024 03:05
Ubuntu: downgrade to curl-7.78.0 and OpenSSL-1.1.11
## Update apt
sudo apt-get update
sudo apt-get install -y build-essential tar wget
## Remove system curl
sudo apt remove --purge curl libcurl4
## Install OpenSSL
cd ~
wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz