Gustavo Martins
unread,Nov 7, 2023, 9:33:08 AM11/7/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
Hi, I am migrating from wildfly 18 to wildfly 26, but there have been several security changes and now my Tomcat 9 server cannot connect to wildfly, I receive the following error:
Caused by: javax.security.sasl.SaslException: Authentication failed: all available authentication mechanisms failed:
JBOSS-LOCAL-USER: javax.security.sasl.SaslException: JBOSS-LOCAL-USER: Server rejected authentication
DIGEST-MD5: javax.security.sasl.SaslException: DIGEST-MD5: Server rejected authentication
At first, it was never necessary to configure users and access, it was always the default but now authentication always fails and I can't figure out why