You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Tiaan Wessels <ti...@gmail.com> on 2022/05/23 15:59:04 UTC

SSL Proxy

Hi,
Is it possible to connect with qpid messaging api c++ via ssl proxy to an
AMQP broker?
Thanks

Re: SSL Proxy

Posted by Gordon Sim <gs...@redhat.com>.
On Mon, May 23, 2022 at 5:05 PM Tiaan Wessels <ti...@gmail.com> wrote:
> Is it possible to connect with qpid messaging api c++ via ssl proxy to an
> AMQP broker?

It depends on the exact nature of the proxying. If the proxy uses SNI
information to route the connection, but leaves the encryption end to
end, that will certainly work. (That is used e.g. to access a broker
in openshift from outside the cluster, using a passthrough route).

If the proxy terminates the encryption, then tries to re-encrypt, it
may expect that the unencrypted content is HTTP, in which case it
would fail.

My advice would be to try it out with the proxy you envisage using.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org