Hi! Is it possible to use `curl` table to make htt...
# general
a
Hi! Is it possible to use
curl
table to make https requests without certificate validation? I tried to check access to internal REST API from several servers but saw that
curl
table doesn’t want to make requests to resource with untrusted certificate. Is it possible to set something like
--unsecure (-k)
curl options to make request?