[Mosquitto-users] Best practices for tls_set in Python

2013-02-05 Thread Jack O'Connor
stead, for example in Ubuntu? Thanks for your help. -- Jack O'Connor -- Mailing list: https://launchpad.net/~mosquitto-users Post to : mosquitto-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~mosquitto-users More help : https://help.launchpad.net/ListHelp

Re: [Mosquitto-users] Best practices for tls_set in Python

2013-02-11 Thread Jack O'Connor
AM, Alexander Bolotnov wrote: > You can symlink or copy it to /etc/ssl/cert for that. There's probably a > bunch of certs already anyway :) > > > Sasha Bolotnov > www.bolotnov.info > > > > On Tue, Feb 5, 2013 at 4:12 PM, Jack O'Connor wrote: > >>

[Mosquitto-users] Exception thrown from loop() when ssl enabled and network missing

2013-02-17 Thread Jack O'Connor
Traceback (most recent call last): File "/usr/lib/python3.2/threading.py", line 740, in _bootstrap_inner self.run() File "/usr/lib/python3.2/threading.py", line 693, in run self._target(*self._args, **self._kwargs) File "/home/jacko/linuxmessenger/mosquitto.py", line 1765, in _thread_

Re: [Mosquitto-users] Exception thrown from loop() when ssl enabled and network missing

2013-02-17 Thread Jack O'Connor
[], timeout) ValueError: file descriptor cannot be a negative integer (-1) On Sun, Feb 17, 2013 at 11:38 AM, Jack O'Connor wrote: > Traceback (most recent call last): > File "/usr/lib/python3.2/threading.py", line 740, in _bootstrap_inner > self.run() > File &qu

Re: [Mosquitto-users] Exception thrown from loop() when ssl enabled and network missing

2013-02-25 Thread Jack O'Connor
em? I've > managed to get a similar error but wondered how you were doing it. > > Cheers, > > Roger > > On Sun, Feb 17, 2013 at 7:38 PM, Jack O'Connor > wrote: > > Traceback (most recent call last): > > File "/usr/lib/python3.2/threading.py"

Re: [Mosquitto-users] Best practices for tls_set in Python

2013-06-10 Thread Jack O'Connor
n. > > Cheers, > > Roger > > On Mon, Feb 11, 2013 at 10:04 PM, Jack O'Connor > wrote: > > Thanks for the reply, and I meant to follow up sooner. Does that mean > that > > every application that uses the SSL features of Mosquitto ships its own >

Re: [Mosquitto-users] Best practices for tls_set in Python

2013-06-21 Thread Jack O'Connor
What I didn't realize all along is that there's a concatenated certs file at */etc/ssl/certs/ca-certificates.crt* (at least on Arch and Ubuntu). That's what I should've been using from the beginning. Thanks for your help. -- Jack On Wed, Jun 12, 2013 at 4:01 PM, Roger Light wrote: > Hi Jack, >

[Mosquitto-users] Connecting to an MQTT server through a proxy

2013-10-06 Thread Jack O'Connor
Is proxying possibly with the Mosquitto Python client? Is it possible with MQTT in general? Apologies, I actually know very little about how proxying works :) Thanks again for your help. -- Jack O'Connor -- Mailing list: https://launchpad.net/~mosquitto-users Post to : mosquitto-

Re: [Mosquitto-users] Connecting to an MQTT server through a proxy

2013-10-07 Thread Jack O'Connor
squid or operating like the bridging > function provided in mosquitto? You can do bridging with any client > library by connecting to multiple brokers and proxying messages as you > wish. > > Cheers, > > Roge > > > On Mon, Oct 7, 2013 at 6:38 AM, Jack O'Connor