Hi,
I’m using n8n on a windows server with node.
We installed our own oauth2 Server working fine with Postman and grant type client_credentials.
If I try to authorize an HTTP Reqeust with n8n using OAuth2 “Client Credentials” I get the following error.
Any Idea what the problem is? I tried to deactivate SSL verification without success.
How are you running n8n? Normally disabling ssl verification while very risky should do the job I have seen reports of it not always working. I take it you are using a self signed certificate as well and not one signed by a CA / Lets Encrypt?
We are running n8n with node as windows service.
Yes the endpoint is using a certificate from our CA.
Unfortunately disabling the SSL verification did not help.
Is your CA an internal one or a “proper” one? If it is internal you might be able to grab the pem and set the environment option below it might do the job.