Hi Sweatha, this is likely due to clients attempting to connect to the TLS-enabled server without using TLS. The "65" in the logs is the ASCII letter "A", which is the first byte of an unencrypted AMQP connection. Port 5671 is normally not used for encrypted AMQP connections, so you will probably need to take extra steps to configure your clients to use TLS on that port, or you may want to use port 5672, which is the usual TLS port for AMQP. If your clients are all connecting with TLS successfully and server is accessible over the internet, this can also be caused by people scanning the internet for AMQP servers and not using TLS. In this case the error can be safely ignored.
Hope this helps,
Adam
Yes, my mistake. 5671 is indeed the standard AMQP+TLS port. Unless you have listeners.ssl set to use 5672, I would not expect clients using that port to cause this error. To be certain, you could run a packet capture for connections inbound to the server on 5671 and 5672 to see which client connections are sending a plain request to a TLS port.
Thanks for the correction,
Adam
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/04cdf8d6-1381-4350-bf7d-99870e2dcb01n%40googlegroups.com.