How to safely use 'curl ignore cert' for testing without compromising security?

16 Replies, 1100 Views

Honestly, using curl ignore cert is fine for quick tests, but yeah, never on public networks. I usually set up a VM or Docker container for testing APIs. That way, even if something goes wrong, it’s isolated.

If you’re testing APIs frequently, maybe look into tools like Insomnia or HTTPie. They’re great alternatives to curl and handle SSL certs better.

Messages In This Thread



Users browsing this thread: 1 Guest(s)