You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have setup solace on my private url. I want to connect to a particular VPN using some authentication, but I am unable to connect currently. I am able to connect with passing just host and port.
Error connecting to Solace: ConnectionError: No suitable mechanism; server supports ANONYMOUS
at Connection._handle_error (/node_modules/rhea/lib/connection.js:479:36)
at Connection.sasl_failed (/node_modules/rhea/lib/connection.js:454:10)
at SaslClient.on_sasl_mechanisms (/node_modules/rhea/lib/sasl.js:289:25)
at c.dispatch (/node_modules/rhea/lib/types.js:948:33)
at Transport.read (/node_modules/rhea/lib/transport.js:117:36)
at SaslClient.read (/node_modules/rhea/lib/sasl.js:346:31)
at Connection.input (/node_modules/rhea/lib/connection.js:567:37)
at Socket.emit (node:events:517:28)
at Socket.emit (node:domain:489:12)
at addChunk (node:internal/streams/readable:368:12) {
condition: "amqp:unauthorized-access",
description: 'No suitable mechanism; server supports ANONYMOUS'
}
The text was updated successfully, but these errors were encountered:
The error message suggests that the server is not accepting authentication with a username and password. (You may need to enable TLS for that). I would advise contacting support for the server if you think this is not correct.
Currently I have setup solace on my private url. I want to connect to a particular VPN using some authentication, but I am unable to connect currently. I am able to connect with passing just host and port.
Getting error while trying to pass credentials
The text was updated successfully, but these errors were encountered: