When I attempt to access the API I get File not found.
My setup is running in my non-prod environment running 7.4 with nginx and mysqld.
The host has a locally generated self-signed cert thus the -k in the curl command.
I'm really lost in the weeds with this error. Thanks for any input and help.
Code:
curl -k --request POST --url 'https://<HOSTIP>/zabbix/api_jsonrpc.php' --header 'Content-Type: application/json-rpc' --data '{"jsonrpc":"2.0","method":"apiinfo.version","params":{},"id":1}'
File not found.
The host has a locally generated self-signed cert thus the -k in the curl command.
I'm really lost in the weeds with this error. Thanks for any input and help.
Comment