Open rtshome opened 3 years ago
It could be this? https://docs.emqx.io/en/broker/v4.3/changes/upgrade-4.3.html#important-config-changes
I am currently seeing some similar issues but i know that my authentication endpoint is taking a long time to respond
It could be this? https://docs.emqx.io/en/broker/v4.3/changes/upgrade-4.3.html#important-config-changes
I am currently seeing some similar issues but i know that my authentication endpoint is taking a long time to respond
Is the plugin supporting these changes?
I've update the EMQX_AUTH__HTTP__ACL_REQ
to EMQX_AUTH__HTTP__ACL_REQ__URL
but it doens't change anything inside the container
The commit "3d46ac13134d2b0b4e41b245906f71cf4cfd6584" that replaced httpc with gun library makes the auth-http plugin unusable.
Same config working with 4.2.3 is no more working with 4.2.4 (and up). I always get a timeout error. It seems like something in the configuration file is broken.
Any idea? Thanks Denis