When trying to access a URL with self signed certs, we need to pass the `-k` flag to the curl command, like ``` curl -k --request GET \ --url <URL>/<index>/<query> \ --user <user>:<password> ``` However, this isn't an option. Can this be added?