Jon

Results 3480 comments of Jon

If you enable the option to ignore you won’t need to point it to a certificate it will just work.

Have you tried setting ClientCertificate using tls.LoadX509KeyPair()?

It may not help but with the ldap return codes you would be better off sticking with what you get as they are mostly defined in the LDAP RFC so...

I thought I had cracked this with `(&(member=%s)(objectCategory=group))` then passing the sAMAccount name but then I noticed I was using the DN. Time to create a quick helper function to...

@eklein My `GetGroupsOfUser` is now working using the modified version below, Give it a go and see if it works for you. It could do with a bit of cleanup...

A bit late but yes you can do this I have just set up mine to use multiple hosts.

Hey @aberndt-hub, That is odd, Does this only happen when using a parameter option? Looking at the error the server does seem to be saying the Authorization failed and the...

Hey @hckhanh, This doesn't appear to be an issue and is more of a question, For support questions we prefer to use our community forum here: https://community.n8n.io which is monitored...

Hey @hckhanh, That is a good point, So from my understanding when you use scaling mode it is only the webhooks that get handled by the webhook workers the oauth...

Hey @hckhanh, In 0.193 you can now use `N8N_EDITOR_BASE_URL` for the oauth address, Can you do an upgrade and give it a bash to see if it works for you?