Hi Phil, it is not directly what you want, but you can make the port use-less:
1) Set authentication on: use "--auth yes" in qpidd command line or "auth=yes" in qpidd.conf and restart qpidd. That will prevent non-authenticated usage. 2) Disable default guest:guest credentials (and others if added manually) from SASL database: # saslpasswd2 -f /var/lib/qpidd/qpidd.sasldb -d QPID guest That will prevent to be authenticated as "guest" user (the default user of qpid). Kind regards, Pavel ----- Original Message ----- From: "Phil Brown" <[email protected]> To: "users" <[email protected]> Sent: Friday, July 15, 2011 6:40:42 PM Subject: Disabling the TCP Port Hi all, Is there a way to disable the TCP port such that only the SSL port is accessible? I noticed that there is a --requiresEncryption flag. When I tried using it, (QPID Windows 0.8x version), it does indeed refuse TCP connections, however, it also rejects SSL connections. Your help would be greatly appreciated!!! Thanks! Phil. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
