On Mon, May 23, 2022 at 5:05 PM Tiaan Wessels <tiaanwess...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

  • SSL Proxy Tiaan Wessels
    • Re: SSL Proxy Gordon Sim

Reply via email to