Installation
Linux
Update system with apt
sudo apt install curl -y
sudo apt upgrade curl -yWindows
Usage
# Disable SSL check (Consise)
curl -k <url>
# Disable SSL check (Verbose)
curl --insecure <url>Update system with apt
sudo apt install curl -y
sudo apt upgrade curl -y# Disable SSL check (Consise)
curl -k <url>
# Disable SSL check (Verbose)
curl --insecure <url>