Re: Securing a multiprocessing.BaseManager connection via SSL

2009-11-24 Thread Xavier Sanz
I recommend u to test it before use it in production environment. On 24 nov, 22:45, Xavier Sanz wrote: > Hi Jonas > > I've having same need so i found a solution but you need to hack a bit > > I am using python 2.6.3 but i suppose it could be applicable to your > case. > > First of all u need to

Re: Securing a multiprocessing.BaseManager connection via SSL

2009-11-24 Thread Xavier Sanz
Hi Jonas I've having same need so i found a solution but you need to hack a bit I am using python 2.6.3 but i suppose it could be applicable to your case. First of all u need to edit /usr/lib/python2.6/lib/python2.6/ multiprocessing/connection.py This is mine: # # A higher level module for usi

Re: Securing a multiprocessing.BaseManager connection via SSL

2009-11-11 Thread Aahz
In article , Jonas wrote: > >how can I secure the communication between two BaseManager objects? >Regarding the socket/SSL documentation I just need to secure the socket >by SSL. How can i get the socket object within the multiprocessing >module? You'll need to create subclasses of the objects i