Installation

Linux

Update system with apt

sudo apt install curl -y
sudo apt upgrade curl -y

Windows

Usage

# Disable SSL check (Consise)
curl -k <url>
# Disable SSL check (Verbose)
curl --insecure <url>

Appendix