Why https can't work

2023-06-05 Thread rodphoenix
art INFO | For help or more information please see: http://activemq.apache.org INFO | ActiveMQ WebConsole available at http://127.0.0.1:8161/ INFO | ActiveMQ Jolokia REST API available at http://127.0.0.1:8161/api/jolokia/ why webconsole is not https://127.0.0.1:8162/, I can not visit ht

Re: https://github.com/Hill30/amq-kahadb-tool

2022-12-16 Thread wendellhatcher1074
Thanks Matt. 😊Sent via the Samsung Galaxy Note20 Ultra 5G, an AT&T 5G smartphone Original message From: Matt Pavlovich Date: 12/16/22 11:40 AM (GMT-05:00) To: users@activemq.apache.org Subject: Re: https://github.com/Hill30/amq-kahadb-tool Hi Wendell-I’ve not used it.

Re: https://github.com/Hill30/amq-kahadb-tool

2022-12-16 Thread Matt Pavlovich
might check with the author if they have success using it with newer versions. Thanks, Matt > On Dec 15, 2022, at 4:22 PM, Wendell Hatcher > wrote: > > Has anyone used this before or can provide their thoughts: > https://github.com/Hill30/amq-kahadb-tool? we need to clear

https://github.com/Hill30/amq-kahadb-tool

2022-12-15 Thread Wendell Hatcher
Has anyone used this before or can provide their thoughts: https://github.com/Hill30/amq-kahadb-tool? we need to clear out old db-log files. -Wendell

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

2022-08-03 Thread Torsten Krah
t;client auth stuff"? Yes, 2-way SSL is also called http client authentication, look e.g. https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslverifyclient - so if you call it 2-way SSL, we do mean the very same thing here. > > The URL doesn't include httpEnabled=true. The cl

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

2022-08-02 Thread Justin Bertram
client will function with an HTTP proxy. I don't believe that's something we test, and I can't recall any other users with such a configuration. Is there a specific reason you need this proxy? Using the client over HTTP will work, but it's not ideal. Justin [1] https:/

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

Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Thai Le
Hi, To answer my own question, the root cause is that I did not specify the customizer in the binding to take advantage of the X-forwarded-proto header. After adding the customizer, I see all the URLs generated are now https. Here is where I got my answer https://issues.apache.org/jira/browse

Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Justin Bertram
m the internet. However, all > requests from internet to our services must be in *https.* So, from the > internet if i uses *https*://mycompanydomain.com/artemis/console then the > request hits our gateway and forward to the artemis pod as *http* request, > the webconsole then generates s

Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Edson Richter
I've same problem with docker and HaProxy, and got no solution so far. I hope someone gives you a direction, so I can find a solution for our scenario as well. Regards, Edson Obter o BlueMail para Android<https://bluemail.me> Em 10 de jun. de 2022, em 11:12, Thai Le mai

how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Thai Le
le from the internet. However, all requests from internet to our services must be in *https.* So, from the internet if i uses *https*://mycompanydomain.com/artemis/console then the request hits our gateway and forward to the artemis pod as *http* request, the webconsole then generates some urls with *h

Re: Tunneling over HTTP or HTTPS not working as expected. "ping" packets blocked by firewall

2021-11-12 Thread Justin Bertram
- connectionTTL (disable using -1) - clientFailureCheckPeriod (disable using -1) Looking at the code [2] it appears to me that it should be sending a valid HTTP request for the keep-alive. Let me know if that works for you. Justin [1] https://activemq.apache.org/components/artemis/docum

Tunneling over HTTP or HTTPS not working as expected. "ping" packets blocked by firewall

2021-11-12 Thread Ben Amor, Moanes
Hello, tunneling over HTTP or HTTPS not working as expected. The client send automatically "ping" packets to prevent the server from closing down the connection. But these pings are non http conform (empty tcp requests) and has been blocked by the firewall of the Server. Am

https://issues.apache.org/jira/browse/AMQ-7350

2020-05-27 Thread Ashish Vaishno
Hello All, Can someone pick up this issue? I am unable to reach out to the Jean-Baptiste Onofré or Christopher L. Shannon or Tim Regards Ashish -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

https://issues.apache.org/jira/browse/AMQ-7350

2020-04-01 Thread Ashish Vaishno
Hello Tim, Can someone in your team pick up https://issues.apache.org/jira/browse/AMQ-7350 Regards Ashish -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Cannot communicate with Activemq over https using DNS name

2019-11-05 Thread Jean-Baptiste Onofré
Hi, It sounds like 443 is not assume as default if the port is not specified. I would suggest to create a Jira about that. Regards JB On 31/10/2019 08:36, black&white wrote: > We are trying to communicate with ActiveMQ from JMS adapter in weblogic over > https. > But while we are

Re: Cannot communicate with Activemq over https using DNS name

2019-11-05 Thread Tim Bain
I had hoped to check the code to answer you with certainty, but circumstances haven't allowed that, so... The behavior you're seeing certainly seems to indicate that the HTTPS transport requires the port to be specified explicitly, and doesn't default to the default HTTPS port (443

Cannot communicate with Activemq over https using DNS name

2019-10-31 Thread
We are trying to communicate with ActiveMQ from JMS adapter in weblogic over https. But while we are trying to do same (https:///activemq), we are getting below error message. If we give https port along with DNS name (https://:443/activemq) it is going through fine. Any idea if https transport

Re: artemis-rest: push to consumer requiring HTTPS

2019-07-11 Thread Justin Bertram
Justin On Wed, Jul 10, 2019 at 4:30 PM arne anka wrote: > Hi, > > despite the documentation I managed to get > artemis-rest > up and somewhat working (created a WAR, added it to the embedded Jetty > of the apache-artemis-2.9.0-bin.tar.gz, made it find the broker, and > accept/push me

artemis-rest: push to consumer requiring HTTPS

2019-07-10 Thread arne anka
Hi, despite the documentation I managed to get artemis-rest up and somewhat working (created a WAR, added it to the embedded Jetty of the apache-artemis-2.9.0-bin.tar.gz, made it find the broker, and accept/push messages). Now, my very own consuming REST service requires HTTPS. But I can't

Broker Protocol is http or https, InactivityIOException on client side

2015-10-19 Thread neo.li
how to keep alive for connect via https, and to remove the warning of automatically reconnect? - following is my environment Description: brokerURI on server side: https://localhost:8015/broker?maximumConnections=1000amp;wireFormat.maxFrameSize

NMS API support for HTTP/HTTPS

2015-06-22 Thread George Svedloff
It appears that the NMS .NET API does not support HTTP tunneling - the HTTP protocol is not available for the NMS API. Are there any plans to support it in the future? If not, what would be the alternatives to invoke ActiveMQ from .NET apps via HTTP/HTTPS? -- View this message in context

Re: Setting up REST with HTTPS

2014-07-25 Thread kolistivra
/Setting-up-REST-with-HTTPS-tp4683568p4683662.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Setting up REST with HTTPS

2014-07-23 Thread kolistivra
Hi, I searched online quite a bit, and tried to learn from the archive posts of this mailing but I failed. By following https://activemq.apache.org/rest.html, I'm able to push messages via the REST API (e.g. curl -u admin:admin -d "body=message" http://localhost:8161/api/message/

Configuring Transports HTTPS. WINDOWS 7

2014-04-11 Thread miclos...@mail.ru
ActiveMQ.xml: ... https://0.0.0.0:61620?maximumConnections=1000&wireformat.maxFrameSize=104857600"/> Follow activeMQ manual + libraries:xpp3_min- .jar and xmpull- .jar Add java code://For SSL Properties systemProps = System.g

Re: Activemq 5.8.0 - SSL networkConnector fails with certificate_unknown but HTTPs works?

2014-02-03 Thread artnaseef
broker is not rejecting its own certificate, so I suspect > > that client-side certificates are required. If that's the case, make sure > > the CA signing the client-side certificates is in the server's trust store. > > > > Perhaps the HTTPS is working because it'

Re: Activemq 5.8.0 - SSL networkConnector fails with certificate_unknown but HTTPs works?

2014-02-03 Thread Noel OConnor
rom the Broker accepting the > connection. The broker is not rejecting its own certificate, so I suspect > that client-side certificates are required. If that's the case, make sure > the CA signing the client-side certificates is in the server's trust store. > > Perhaps the HTTP

Re: Activemq 5.8.0 - SSL networkConnector fails with certificate_unknown but HTTPs works?

2014-02-03 Thread artnaseef
igning the client-side certificates is in the server's trust store. Perhaps the HTTPS is working because it's not requiring client-side certificates? -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-5-8-0-SSL-networkConnector-fails-with-certificate-unk

Activemq 5.8.0 - SSL networkConnector fails with certificate_unknown but HTTPs works?

2014-02-03 Thread David Laube
Hi All, We have run into an interesting issue while attempting to connect two ActiveMQ clusters over SSL and/or NIO+SSL. We receive "certificate_unknown" exceptions when attempting to use SSL or NIO+SSL, but not when using HTTPs. Preferably, we would like to use the former. For t

Re: apollo admin interface over HTTPS

2014-01-24 Thread craig w
I've created an issue: https://issues.apache.org/jira/browse/APLO-347 thanks On Fri, Jan 24, 2014 at 10:03 AM, Hiram Chirino wrote: > Nope. That's a bit odd please raise a JIRA issue so we can track this > down. > > On Fri, Jan 24, 2014 at 7:03 AM, craig w wrote: >

Re: apollo admin interface over HTTPS

2014-01-24 Thread Hiram Chirino
Nope. That's a bit odd please raise a JIRA issue so we can track this down. On Fri, Jan 24, 2014 at 7:03 AM, craig w wrote: > I've setup Apollo 1.6 and I've enabled the web admin interface over http > and https: > > http://0.0.0.0:8161"; /> > https:/

apollo admin interface over HTTPS

2014-01-24 Thread craig w
I've setup Apollo 1.6 and I've enabled the web admin interface over http and https: http://0.0.0.0:8161"; /> https://0.0.0.0:8162"; /> If I access the interface over HTTP, I get the login form, which I fill-out and can then access the page. If I logout of the HTTP se

Re:About the bug https://issues.apache.org/jira/browse/AMQ-4220

2013-06-24 Thread SuoNayi
Hi,activemq-rar-5.8.0.rar can be found here, http://repo1.maven.org/maven2/org/apache/activemq/activemq-rar/5.8.0/ 在 2013-06-21 21:46:45,"沈建林" 写道: | | | | | | | | | | | About the bug https://issues.apache.org/jira/browse/AMQ-4220 We are using the version 5.4.1 appears this bug, b

About the bug https://issues.apache.org/jira/browse/AMQ-4220

2013-06-21 Thread 沈建林
About the bug https://issues.apache.org/jira/browse/AMQ-4220 We are using the version 5.4.1 appears this bug, but we used the jboss client, version 5.8.0 can not find activemq-rar-5.8.0.rar, how can we do ? 2013-06-20 沈建林信息技术部 Email

hostname in certificate didn't match exception with Https transport

2013-05-08 Thread matteor
When I try to connect a remote producer to my broker via a https transport I get the following error: Now I would like to disable this check through the following configuration: but I cannot retrieve the SSLSocketFactory associated with my https transport... I can only retrieve the SslContext

Re: HTTPS ActiveMQ NMS

2012-05-03 Thread Timothy Bish
On Thu, 2012-05-03 at 13:50 -0600, Chris Robison wrote: > I noticed there is no HTTP support in ActiveMQ NMS. Are there any plans to > include that in the project? > > Chris There's no current plan to add it, if you want to work on adding it and contribute a patch we'd be happy to have the help.

RE: why nobody pay attention to this bug https://issues.apache.org/jira/browse/AMQ-3281

2012-01-24 Thread Don Hu
hat I wrote: Research on activeMQ bugs database and user forum There are numerous people reported the issues in activeMQ bug database and user discussion forum. They are very similar to our production issue. A number of similar bugs have been opened (never concluded or fixed). open bug

Re: why nobody pay attention to this bug https://issues.apache.org/jira/browse/AMQ-3281

2012-01-24 Thread Matt Pavlovich
Hi Don- What version of AMQ are you using? There are a number of possible root causes, and there have been a lot of bugs fixed for problems described as "stuck" messages. If you are able to recreate the issue with a unit test, attach it to the ticket and it will receive attention. If creat

why nobody pay attention to this bug https://issues.apache.org/jira/browse/AMQ-3281

2012-01-24 Thread Don Hu
There are numerous reports of similar issues, and it is a credible and critical bug that prevents any serious usages of ActiveMQ in production. We should vote to push the resolution of this bug ASAP

Re: Java client doesnt work with https

2011-12-22 Thread manua
Tim, the same code works fine for SSL. Does this confirm that my certificates are correct. Also, for https, do I need made any other setting in activemq.xml, except the transport connector setting.All other settings for ssl are already there. Thanks Manu -- View this message in context: http

Re: Java client doesnt work with https

2011-12-22 Thread manua
hangs. It looks to me that client is not able to send the request to the broker. Do I have to set something else at the client end or use a different API. Thanks Manu -- View this message in context: http://activemq.2283324.n4.nabble.com/Java-client-doesnt-work-with-https-tp4222791p4225539.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Java client doesnt work with https

2011-12-22 Thread Timothy Bish
On Thu, 2011-12-22 at 06:47 -0800, manua wrote: > Dejan, I got http working. I havent included all the xpp libraries. So http > is working now, but having same issue with the https. > > When I try to connect with https, the DEBUG log (at teh end) says, > >

Re: Java client doesnt work with https

2011-12-22 Thread manua
Dejan, I got http working. I havent included all the xpp libraries. So http is working now, but having same issue with the https. When I try to connect with https, the DEBUG log (at teh end) says, 351 [main] DEBUG org.apache.commons.httpclient.HttpConnection - Open connection to localhost:8443

Re: Java client doesnt work with https

2011-12-22 Thread manua
Thanks Dejan. I hope my certificates are appropriate as same certificates works with ssl. So, I assume that its not a certificate issue. Also, when I used http instead of https, i got a response back from broker, but then the connection was closed. My debug log says, 533 [main] DEBUG

Re: Java client doesnt work with https

2011-12-22 Thread Dejan Bosanac
Did you set appropriate certificates to be used? Take a look at this unit test for an example https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsJmsSendAndReceiveTest.java?hb=true Regards -- Dejan Bosanac - http

Java client doesnt work with https

2011-12-21 Thread manua
HI, I am trying to getting java consumer work over https. In my aactivemq.xml at broker side, i have configured ssl and https transport connectors, https://localhost:8443"/> At the consumer side (java client), I am specifying the connection factory as, ActiveMQConnectionFactory

Embedded Jetty + AMQ 5.4.2 + https

2011-10-19 Thread sonicBasher
onsole users to access it via https, which needs to be done via org.eclipse.jetty.server.ssl.SslSelectChannelConnector I already created the necessary keystore and imported the self-signed certificate into the truststore. Also, here's how I updated my Jetty con

Re: ActiveMQ with HTTPS: message string too long

2010-11-11 Thread ChicagoBob123
context: http://activemq.2283324.n4.nabble.com/ActiveMQ-with-HTTPS-message-string-too-long-tp2367619p3037958.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

HTTPS Configuration

2010-10-21 Thread jwolski
I'm having a bit of trouble with HTTPS configuration in ActiveMQ 5.4.1. I've followed the Jetty SSL configuration instructions. When I add an HTTPS-based transport connector to the ActiveMQ configuration file, an exception is thrown on startup. I've enabled TRACE logging. The exce

Re: Is it possible to use http/https protocol with NMS or CMS?

2010-06-23 Thread alanchb
Got it, thank you! Timothy Bish wrote: > > On Mon, 2010-06-21 at 19:53 -0700, alanchb wrote: >> Thanks a lot for any help! > > Currently neither client supports an HTTP or HTTPS based transport, if > you like to contribute to the project you could take a look a

Re: Is it possible to use http/https protocol with NMS or CMS?

2010-06-22 Thread Timothy Bish
On Mon, 2010-06-21 at 19:53 -0700, alanchb wrote: > Thanks a lot for any help! Currently neither client supports an HTTP or HTTPS based transport, if you like to contribute to the project you could take a look at the Java client's implementation and try to port that to something workable

Is it possible to use http/https protocol with NMS or CMS?

2010-06-21 Thread alanchb
Thanks a lot for any help! -- View this message in context: http://old.nabble.com/Is-it-possible-to-use-http-https-protocol-with-NMS-or-CMS--tp28955622p28955622.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to enable HTTPS when SSL is working ?

2010-06-15 Thread Dejan Bosanac
Hi, can you raise an enhancement request in Jira to add support for https transport and configuration? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On

Re: How to enable HTTPS when SSL is working ?

2010-06-14 Thread gsm2a
Hi, I am trying to set up HTTPS support for the broker. My broker is deployed as a web app under Tomcat. I added HTTPS transport connector to activemq.xml. My brokers seems to be hanging forever saying "Loading ActiveMQ Broker ..." . If I add SSL system properties, it is messing up

Re: How to enable HTTPS when SSL is working ?

2010-06-08 Thread Dejan Bosanac
this message in context: > http://old.nabble.com/How-to-enable-HTTPS-when-SSL-is-working---tp28755706p28818334.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Re: How to enable HTTPS when SSL is working ?

2010-06-08 Thread munger
/How-to-enable-HTTPS-when-SSL-is-working---tp28755706p28818334.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to enable HTTPS when SSL is working ?

2010-06-08 Thread munger
I feel like it seems an activemq bug, as the https transportConnector creates a plain text socket and not a ssl socket type. Where can i report this bug please ? thanks - --- www.maxizone.fr www.maxiblog.fr -- View this message in context: http://old.nabble.com/How-to-enable-HTTPS-when

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread munger
I confirm the problem is that HTTPS connector is not using SSL but plain text, to prove it, i try to connect my client like this: jms.producer.connection.url = http://localhost:8443 where 8443 is the port defined for https connector of activemq.xml configuration file. So this connector doesn&#

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread munger
That's very nice to you, thanks a lot Dejan! :) -- View this message in context: http://old.nabble.com/How-to-enable-HTTPS-when-SSL-is-working---tp28755706p28805843.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread Dejan Bosanac
w if it exists any example of an HTTPS configuration for ActiveMQ > somewhere ? I spent hours on the net whithout finding any > > Is the line: > > https://localhost:443"; > enableStatusMonitor="true"/> > > the only thing i have to add to my activemq

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread munger
Thanks a lot for you answer Dejan, I looked at you link, the problem is that i already set all those system properties on server side, and my server is still not responding in SSL when asked to. Do you know if it exists any example of an HTTPS configuration for ActiveMQ somewhere ? I spent

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread Dejan Bosanac
Hi, https transport should work fine, but you're right it doesn't support configuration. Take a look at http://fisheye6.atlassian.com/browse/activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https <http://fisheye6.atlassian.com/browse/activemq/t

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread munger
Again replying to myself, Now it works with HTTP, i just removed all activemq configuration concerning jetty (for admin consoles). By it still not work with HTTPS, getting the same error. I think i know what the problem is, if somebody has a solution: I can either use SSL or HTTP connectors of

Re: How to enable HTTPS when SSL is working ?

2010-06-07 Thread munger
Hi all, My activeMQ is configured with: https://localhost:443"; enableStatusMonitor="true"/> and i added the ssl connector to my jetty (the one embedded into activemq-all-5.3.2), like this: At startup, it complains be

Re: How to enable HTTPS when SSL is working ?

2010-06-04 Thread munger
Any other idea ? >From what i understand, my server is speaking HTTPS but not SSL and my client doesn't understand the server because he doesn't speak SSL, is that right ? Any other way to make sure my HTTPS connector in activemq speaks SSL ? Thanks a lot!! -- View this messa

Re: How to enable HTTPS when SSL is working ?

2010-06-03 Thread munger
ndshake, length = 73 task-scheduler-2, WRITE: SSLv2 client hello message, length = 98 task-scheduler-2, handling exception: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? task-scheduler-2, SEND TLSv1 ALERT: fatal, description = unexpected_message -- View th

Re: How to enable HTTPS when SSL is working ?

2010-06-03 Thread munger
Good idea, i'll try that as soon as possible and let you know. I didn't know activemq was embedding a jetty server, so now i have two of them in my app ! :confused: -- View this message in context: http://old.nabble.com/How-to-enable-HTTPS-when-SSL-is-working---tp28755706p28768045

Re: How to enable HTTPS when SSL is working ?

2010-06-03 Thread Dejan Bosanac
Hi, this shouldn't affect https transport as it has it's own embedded Jetty server. Did you try setting ssl parameters using system properties, as I'm not sure https transport can use at the moment? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Int

Re: How to enable HTTPS when SSL is working ?

2010-06-03 Thread munger
= 32 listenerContainer-1, WRITE: TLSv1 Application Data, length = 142 listenerContainer-1, READ: TLSv1 Application Data, length = 182 11:24:37,117 INFO Could not refresh JMS Connection - retrying in 5000 ms javax.jms.JMSException: Could not connect to broker URL: https://localhost:443. R

Re: How to enable HTTPS when SSL is working ?

2010-06-03 Thread munger
Thanks a lot Dejan for your answer, here is what i am experiencing: My Embedded ActiveMQ is configured with SSL enabled and https activated also: https://localhost:8443"/> I use another application

Re: How to enable HTTPS when SSL is working ?

2010-06-02 Thread Dejan Bosanac
Seems like you're trying to connect to non-ssl (https) port or the server does not understand the protocol you're using. Can you create a simple test case that demonstrate what you're experiencing? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Int

How to enable HTTPS when SSL is working ?

2010-06-02 Thread munger
I am using ActiveMQ 5.3.2 embedded into my Spring based application. My goal is to configure ActiveMQ in order to be able to commnicate with it in HTTPS (requests and responses encapsulated in HTTPS). The SSL part is done: i have a client test application connection with SSL to activemq, and the

Re: https

2010-04-13 Thread Gary Tully
Also note that a more generic way of setting options via reflection will be supported in 5.4. Think this should be the basis for https. see: http://activemq.apache.org/ssl-transport-reference.html#SSLTransportReference-SSLServerSocketoptions On 13 April 2010 09:40, Dejan Bosanac wrote: >

Re: https

2010-04-13 Thread Dejan Bosanac
e same problem. > > The HTTPS configuration for the broker seems to enable the client to > validate the identity of the broker and encrypt the connection. However, > this may not be enough for my use case. I would also like to have the > broker validate https connections from clie

Re: https

2010-04-12 Thread Mike Rawlins
I don't know what the original submitter was trying to do, but I have a question and it seems as if I might have the same problem. The HTTPS configuration for the broker seems to enable the client to validate the identity of the broker and encrypt the connection. However, this may not be e

Re: https

2010-02-17 Thread Dejan Bosanac
, lernit2007 wrote: > > Hi, > > how can I do this? > > > > Dejan Bosanac wrote: > > > > Hi, > > > > needClientAuth parameter is not implemented for the https protocol. > > > > Cheers > > -- > > Dejan Bosanac - http://tw

Re: https

2010-02-17 Thread lernit2007
Hi, how can I do this? Dejan Bosanac wrote: > > Hi, > > needClientAuth parameter is not implemented for the https protocol. > > Cheers > -- > Dejan Bosanac - http://twitter.com/dejanb > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Actio

Re: https

2010-02-15 Thread Dejan Bosanac
Hi, needClientAuth parameter is not implemented for the https protocol. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Feb 12, 2010 at 2:18 PM

https

2010-02-12 Thread lernit2007
Hello, I have the following configuration and I want to use the https-Protocol. It works with ssl but not with https: https://10.383.939.292:61616?needClientAuth=true"; /> Can you please help me what the problem here is? -- View this

Re: ActiveMQ with HTTPS: message string too long

2010-02-11 Thread packetrider
SNAPSHOT - which would have the fix in? > > On 11 Feb 2010, at 01:23, packetrider wrote: > >> >> Hi, >> >> We're running ActiveMQ 5.3 in the standalone mode, with HTTPS. We >> get an >> exception indicating that the message is too long: not sure

Re: ActiveMQ with HTTPS: message string too long

2010-02-10 Thread Rob Davies
Looks like you could have ran into this bug: http://issues.apache.org/activemq/browse/AMQ-1308 - you could try a 5.4-SNAPSHOT - which would have the fix in? On 11 Feb 2010, at 01:23, packetrider wrote: Hi, We're running ActiveMQ 5.3 in the standalone mode, with HTTPS. We get an exce

ActiveMQ with HTTPS: message string too long

2010-02-10 Thread packetrider
Hi, We're running ActiveMQ 5.3 in the standalone mode, with HTTPS. We get an exception indicating that the message is too long: not sure if this is a bug, or there are some restrictions on the message size. Any help is appreciated Here's the log INFO - leMessageListenerContainer -

Re: Configuring ActiveMQ Embedded Broker over HTTPS

2010-02-03 Thread Bruce Snyder
On Tue, Feb 2, 2010 at 4:48 PM, Boris Belov wrote: > > Hello, > > We are attempting to configure embedded  ActiveMQ broker over https and > failing to do so. Any attempt to start the broker results in > jetty.ssl.password prompt. > After entering the password the following e

Configuring ActiveMQ Embedded Broker over HTTPS

2010-02-02 Thread Boris Belov
Hello, We are attempting to configure embedded ActiveMQ broker over https and failing to do so. Any attempt to start the broker results in jetty.ssl.password prompt. After entering the password the following exception is generated. 2010-02-02 15:47:10.931::INFO: jetty-6.1.11 2010-02-02 15:47

Re: HTTPS configuration - HELP!

2009-12-18 Thread RJtokenlanring
Call tags are placed into jetty.xml configuration file. This file is imported from the broker-config.xml file and used for activemq configuration. Thank you for the response -- View this message in context: http://old.nabble.com/HTTPS-configuration---HELP%21-tp26628876p26845928.html Sent from

Re: Getting REST to work with the Broker via https

2009-12-17 Thread Dejan Bosanac
t created a enhancement request to provide ssl configuration out >> of the box in the future versions of activemq >> (https://issues.apache.org/activemq/browse/AMQ-2535) >> >> Cheers >> -- >> Dejan Bosanac - http://twitter.com/dejanb >> >> Open Source Integra

Re: Getting REST to work with the Broker via https

2009-12-16 Thread yesnid
ng like described here > http://coffeaelectronica.com/blog/2008/08/embedding-jetty-6-in-spring/ > just adapted to your needs (and with ssl connector). > > I just created a enhancement request to provide ssl configuration out > of the box in the future versions of activemq > (https://issues.a

Re: Getting REST to work with the Broker via https

2009-12-16 Thread Dejan Bosanac
-in-spring/ just adapted to your needs (and with ssl connector). I just created a enhancement request to provide ssl configuration out of the box in the future versions of activemq (https://issues.apache.org/activemq/browse/AMQ-2535) Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source

HELP!!!! I need to get my broker working with REST and https

2009-12-15 Thread yesnid
I can't figure this out, I have been chasing this for over a week, I need to get jetty configured handle REST requests for my broker over https. PLEASE HELP! -- View this message in context: http://old.nabble.com/HELP%21%21%21%21-I-need-to-get-my-broker-working-with-REST-and-

Getting REST to work with the Broker via https

2009-12-14 Thread yesnid
Hello All, I am having difficulty getting REST & https working in conjunction with each other, could any one post a complete example of a activemq.xml config file that should provide this behavior? I have tried adding the following to my configuration: https://localhost:

Re: HTTPS configuration - HELP!

2009-12-14 Thread yesnid
Does this mean that the configuration that you are placing between the Call tags cannot go into the ativemq.xml file? Thank you. RJtokenlanring wrote: > > Hi all, I've followed all the threads and configurations guide for > configuring HTTPS support > (activeMQ 5.3.0 + J

Re: http component issue whe https

2009-12-10 Thread lujan99
/conf/broker.ks" wrapper.java.additional.6=-Djavax.net.ssl.trustStore="%ACTIVEMQ_BASE%/conf/broker.ts" and rename wrapper.java.additional.7 (8,9) as 3,4,5 -- View this message in context: http://old.nabble.com/http-component-issue-whe-https-tp26691952p26730328.html Sent from the ActiveMQ

http component issue whe https

2009-12-08 Thread lujan99
I have an issue using AMQ 5.3 + Camel 2.1 (with Camel 2.0 too), i add thiss route: https://developer.paypal.com"/> if I run AMQ (windows 2003) from console using: d:\apache-activemq-5.3.0\bin\acti

HTTPS configuration not working

2009-12-04 Thread RJtokenlanring
Default apache-mq 5.3.0 comes with a non properly confgured https support. If a user enables https transport into activemq.xml configuration file, https://0.0.0.0:61617"/> process enter in an infinite loop (as described into jetty docs). Could you provide a working https configuration

HTTPS configuration - HELP!

2009-12-03 Thread RJtokenlanring
Hi all, I've followed all the threads and configurations guide for configuring HTTPS support (activeMQ 5.3.0 + JBOSS) I have activated jetty.xml file into broker-config.xml and configured jetty.xml as f

Re: Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread Dejan Bosanac
Hi, you can use http(s) protocol with ActiveMQ scenario you described http://activemq.apache.org/http-and-https-transports-reference.html Basically, it starts a web contained with a servlet on a server side and uses http-client on the client side. All messages are passed as xml payloads over

Re: Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread Joe Fernandez
(http://activemq.apache.org/http-and-https-transports-reference.html). Joe http://www.ttmsolutions.com nkhan00 wrote: > > Hello, > > I have a newbie question. First some background: > > We have an application that sits in an environment where only outgoing > HTTP connections are

Newbie question about JMS tunneling through HTTPS

2009-11-03 Thread nkhan00
server. The occurence of (1) and (2) is completely independent of each other. In other words, function (1) is invoked at random times, and function (2) is also invoked at random times. My question: can we use JMS tunneled through HTTPS to implement the above two functions? HTTP is a request-response

Newbie question about JMS tunelling through HTTPS

2009-11-03 Thread nkhan00
server. The occurence of (1) and (2) is completely independent of each other. In other words, function (1) is invoked at random times, and function (2) is also invoked at random times. My question: can we use JMS tunneled through HTTPS to implement the above two functions? HTTP is a request-response

HTTPS and .Net clients - possible?

2009-06-24 Thread K Anderson
We're working on implementing a system where the front end is a .Net client that communicates with a java back end through a message broker. ActiveMQ was on our short list because it has advertised the ability for .Net access and HTTPS transports. Unfortunately, after digging deeper, it do

  1   2   >