REST and Excel

Hello all,

Has anyone got a solution for REST & Excel?

I have added

<add key="AllowInsecureRestApi" value="True" />
<add key="EnforceApiKeyForRestApiV2" value="false" />

Too the web.config file for the IIS Epicor App Server

But it’s giving me an internal 500 error.

Does anyone know a work around to getting a local browser trusted self-signed certificate?

It’s driving me crazy…

Thanks
Aaron.

500 error is not about certificate. Check event viewer on server for the errors

have you tried to export the Epicor security certificate from the server to the client PC ? both REST are working fine from Excel and browser for me

I have found a solution.

Using mkcert and getting a trusted self signed certificate… It’s working okay now!

1 Like