Re: connection attempt hangs

2023-07-24 Thread Timothy Bish
On 7/24/23 15:27, david kerns wrote: I removed the failover:() construct ... it still hangs, but now I get the following on stderr: (using the expired cert) Error occurred while accessing an OpenSSL library method: error:0906D06C:PEM routines:PEM_read_bio:no start line error:140B0009:SSL routine

Re: connection attempt hangs

2023-07-24 Thread david kerns
I removed the failover:() construct ... it still hangs, but now I get the following on stderr: (using the expired cert) Error occurred while accessing an OpenSSL library method: error:0906D06C:PEM routines:PEM_read_bio:no start line error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib

Re: connection attempt hangs

2023-07-24 Thread Timothy Bish
On 7/21/23 17:01, david kerns wrote: I started with the example code here: https://activemq.apache.org/components/cms/example I modified it to use SSL and a certificate... all working. Six months later when the certificate expired, starting the subscriber just hangs on: connection->start(); It

connection attempt hangs

2023-07-21 Thread david kerns
I started with the example code here: https://activemq.apache.org/components/cms/example I modified it to use SSL and a certificate... all working. Six months later when the certificate expired, starting the subscriber just hangs on: connection->start(); It would be nice if instead of hanging, t