Hi,
I have a command modular input, which calls a shell script. There is a curl HTTPS command in the script. I am able to run the curl command as well as the shell script successfully from a command prompt. But when being called through command modular, the curl's exit code is 0 only when I use http. When I change the curl url to https, it starts returning exit code 77.
I am still trying to improve my debugging skills. Any suggestion/guidance would be helpful
Thanks
My workaround was to use "-k" with the curl command inside the script.