curl.exe --cacert Intermediate.cer --cacert root.cer --data "emailId=myemail@domain.com&password=MyPassword" https://dms.asite.com/apilogin/
I have tried doing this in FME using the guides, however I get a response error 200 invalid so I assume it is an issue with the certificates possibly? The curl command runs fine using the command line if the cert's are installed or if they are in the same dir as Curl.
I have tried placing the certs in the following directorys;
C:\\Program Files\\FME\\jre\\lib\\security
C:\\Program Files\\FME\\ssl
I have tried changing Verify SSL Certificates to both Yes/No.
I am using FME Workbench 2019.2 and below is how I have set it up so far:
Thanks Adam