If you're okay with ignoring SSL certificate validation disables SSL verification(e.g., for testing):
curl -k https://example.com
or
curl --insecure https://example.com