Re: artemis (2.23.1) broker url configuration question - https proxy in between and netty http(s) support

2022-08-03 Thread Torsten Krah
Hi Justin, answers inline. Am Dienstag, dem 02.08.2022 um 17:15 -0500 schrieb Justin Bertram: > The needClientAuth parameter is only for an *acceptor* as noted in > the > documentation you cited [1]. Therefore, you can omit this from your > URL. I figured that out myself, docs are a little bit h

Re: artemis (2.23.1) broker url configuration question - https proxy in between and netty http(s) support

2022-08-02 Thread Justin Bertram
I'm confused about your configuration. You say your client is using this URL: tcp://localhost:8890/ssl-broker?sslEnabled=true;needClientAuth=true;keyStorePath=/tmp/ssl-restclient.p12;keyStorePassword=ssl The needClientAuth parameter is only for an *acceptor* as noted in the documentation you cit

artemis (2.23.1) broker url configuration question - https proxy in between and netty http(s) support

2022-07-13 Thread Torsten Krah
Hi, so far I was successful configuring artemis and my client to use the "raw" protocol with ssl support. Now I need to put a https proxy in between (which does need client auth) but I am failing to get a connection to the broker - the docs [1] have this for netty http: => Netty HTTP tunnels pac