I am having problems using curl to load a secure page (HTTPS) through exec(). The line of code is:
exec("curl https://www4.state.nj.us/NASApp/spoff/SetSession",$subject,$returnCode);
The return code is 1 and there is no output. If I type the same command in the shell, everything is executed properly.
Any ideas?
-Alec