The tls_set API requires a path to a certificate authorities file. I can
download a file of the right type from mozilla or somewhere, but I'm
wondering if it's really appropriate to include my own CA list in the
project. Is there a standard way to get this information from the OS
instead, for examp
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:
> The tls_set API requires a path to a certificate authorities file. I can
> download a file of the
Loop (any of the three options) is causing exception:
pi@raspberrypi ~/tmp $ ./Mosquitto.py start
Class initialization...
Creating an instance of MQ client...
Successfully created MQ client...
Subscribing to topics...
Failed to subscribe to topic "voice/all": (0, 1)
Failed to subscribe to topic "c
It looks like this is an interaction with daemon.runner. I don't know
what is causing it yet, but the modified example below works fine.
Cheers,
Roger
#!/usr/bin/python
import mosquitto
import config
import time
class Client():
def __init__(self):
self.mc = None
print('Clas
I have just finished re-doing my code to pretty much the same thing. Thanks
for assistance.
Sasha Bolotnov
www.bolotnov.info
On Wed, Feb 6, 2013 at 12:14 AM, Roger Light wrote:
> It looks like this is an interaction with daemon.runner. I don't know
> what is causing it yet, but the modified
5 matches
Mail list logo